- fixed env file

This commit is contained in:
naudachu 2023-11-21 17:39:13 +05:00
parent cc7cf3ac00
commit d7f172c597
1 changed files with 1 additions and 1 deletions

View File

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