Skip to content

Commit

Permalink
Merge pull request #50 from observerly/chore/configuration/Makefile
Browse files Browse the repository at this point in the history
chore: amend Makefile configuration in workspace root
  • Loading branch information
michealroberts authored Nov 21, 2024
2 parents 7ab4cd2 + a08ea78 commit 1063524
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ HOST=http://localhost:3000

#/*****************************************************************************************************************/

BIRPC_DSN
NOVA_DSN

#/*****************************************************************************************************************/

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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

#/*****************************************************************************************************************/

Expand Down

0 comments on commit 1063524

Please sign in to comment.