change env

This commit is contained in:
Yanislav Igonin 2022-04-06 00:35:29 +03:00
parent 716bc46a32
commit c132512059
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
ENV=debug
ENV=development
PORT=3000
IS_DB_SEEDED=true
IS_RATE_LIMITER_ENABLED=true

View File

@ -102,7 +102,7 @@ func main() {
repositories.Seed()
}
if config.App.Env == "release" {
if config.App.Env == "production" {
build.RenameCss()
}