Skip to content

Commit 008f5a5

Browse files
committed
add production env vars
1 parent 34189f1 commit 008f5a5

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

job.nomad.hcl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,13 @@ SESSION_SECRET={{ .session_secret }}
3838
DATABASE_URL=postgres://dfunkt:{{ .database_password }}@postgres.dsekt.internal:5432/dfunkt
3939
LOGIN_KEY={{ .login_api_key }}
4040
HIVE_API_KEY={{ .hive_api_key }}
41+
OIDC_SECRET={{ .oidc_secret }}
4142
{{ end }}
4243
NODE_ENV=production
4344
HIVE_URL=http://hive.nomad.dsekt.internal/api/v1
44-
LOGIN_API_URL=http://sso.nomad.dsekt.internal/legacyapi
45-
LOGIN_FRONTEND_URL=https://sso.datasektionen.se/legacyapi
45+
OIDC_ID=dfunkt
46+
OIDC_PROVIDER=http://sso.nomad.dsekt.internal/op
47+
REDIRECT_URL=https://dfunkt.datasektionen.se/login/callback
4648
ENV
4749
destination = "local/.env"
4850
env = true

0 commit comments

Comments
 (0)