- moved .env files to parent directory
This commit is contained in:
parent
1087de3a46
commit
4a1a088fac
|
|
@ -21,8 +21,8 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
envfile = "prod.env"
|
||||
migrationfile = "internal/storage/migrate"
|
||||
envfile = "../develop.env"
|
||||
migrationfile = "../internal/storage/migrate"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue