Skip to content

Commit ba2eecf

Browse files
committed
fix: readd spam key
1 parent 6fc264d commit ba2eecf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

job.nomad.hcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ job "pandora" {
3131
DATABASE_URL=postgres://pandora:{{ .db_password }}@postgres.dsekt.internal:5432/pandora
3232
APP_KEY={{ .app_key }}
3333
OIDC_CLIENT_SECRET={{ .sso_client_secret }}
34+
SPAM_API_KEY={{ .spam_api_key }}
3435
{{ end }}
3536
PORT={{ env "NOMAD_PORT_http" }}
3637
APP_URL=https://bokning.datasektionen.se

0 commit comments

Comments
 (0)