Skip to content

Commit 51759ca

Browse files
committed
chore: set production in development mode
1 parent 5619443 commit 51759ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

job.nomad.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ DB_PASSWORD={{ .db_password }}
3434
LOGIN_API_KEY={{ .login_key }}
3535
{{ end }}
3636
PORT={{ env "NOMAD_PORT_http" }}
37-
APP_DEBUG=false
38-
APP_ENV=production
37+
APP_DEBUG=true
38+
APP_ENV=development
3939
APP_LOG_LEVEL=debug
4040
DB_CONNECTION=pgsql
4141
DB_DRIVER=pgsql

0 commit comments

Comments
 (0)