From d7f172c5978072bf1b3e8e4a5a0f7bf69a24da5e Mon Sep 17 00:00:00 2001 From: naudachu Date: Tue, 21 Nov 2023 17:39:13 +0500 Subject: [PATCH] - fixed env file --- cmd/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/main.go b/cmd/main.go index 6d672ab..a8ea434 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -21,7 +21,7 @@ import ( ) const ( - envfile = ".env" + envfile = "./prod.env" migrationfile = "../internal/storage/migrate" // production env: // envfile = "../docker/prod.env"