From a08ea78ea21386afd3e62f717fb6bc0cb677cf18 Mon Sep 17 00:00:00 2001 From: michealroberts Date: Thu, 21 Nov 2024 19:08:43 +0000 Subject: [PATCH] chore: amend Makefile configuration in workspace root chore: amend Makefile configuration in workspace root --- .env.example | 2 +- Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 #/*****************************************************************************************************************/