diff --git a/.env.example b/.env.example index bbde8fe..9f27ed2 100644 --- a/.env.example +++ b/.env.example @@ -14,7 +14,7 @@ HOST=http://localhost:3000 #/*****************************************************************************************************************/ -BIRPC_DSN +NOVA_DSN #/*****************************************************************************************************************/ diff --git a/Makefile b/Makefile index d366fe5..aaf5604 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ #/*****************************************************************************************************************/ -NAME=observerly-birpc +NAME=observerly-nova #/*****************************************************************************************************************/ run: buff diff migrate - BIRPC_DSN="root:pass@tcp(127.0.0.1:3306)/observerly?charset=utf8mb4&parseTime=True&loc=Local" go run cmd/api/main.go + NOVA_DSN="root:pass@tcp(127.0.0.1:3306)/observerly?charset=utf8mb4&parseTime=True&loc=Local" go run cmd/api/main.go #/*****************************************************************************************************************/