fix prod env

This commit is contained in:
naudachu 2023-11-22 12:01:27 +05:00
parent d7f172c597
commit 954ee0ca5a
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import (
)
const (
envfile = "./prod.env"
envfile = "prod.env"
migrationfile = "../internal/storage/migrate"
// production env:
// envfile = "../docker/prod.env"