- fixed env file
This commit is contained in:
parent
cc7cf3ac00
commit
d7f172c597
|
|
@ -21,7 +21,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
envfile = ".env"
|
||||
envfile = "./prod.env"
|
||||
migrationfile = "../internal/storage/migrate"
|
||||
// production env:
|
||||
// envfile = "../docker/prod.env"
|
||||
|
|
|
|||
Loading…
Reference in New Issue