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