From 954ee0ca5abc07928d48718c3242595857ed778f Mon Sep 17 00:00:00 2001 From: naudachu Date: Wed, 22 Nov 2023 12:01:27 +0500 Subject: [PATCH] fix prod env --- cmd/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/main.go b/cmd/main.go index a8ea434..f137cf0 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -21,7 +21,7 @@ import ( ) const ( - envfile = "./prod.env" + envfile = "prod.env" migrationfile = "../internal/storage/migrate" // production env: // envfile = "../docker/prod.env"