Skip to content

Commit 5619443

Browse files
committed
fix: add all env variables from compose
1 parent cf2e18b commit 5619443

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

job.nomad.hcl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ LOGIN_API_KEY={{ .login_key }}
3636
PORT={{ env "NOMAD_PORT_http" }}
3737
APP_DEBUG=false
3838
APP_ENV=production
39+
APP_LOG_LEVEL=debug
3940
DB_CONNECTION=pgsql
41+
DB_DRIVER=pgsql
4042
DB_DATABASE=betting
4143
DB_HOST=postgres.dsekt.internal
4244
DB_PORT=5432

0 commit comments

Comments
 (0)