12 lines
479 B
YAML
12 lines
479 B
YAML
|
|
# Production overrides for the vergabe-teilnahme Helm chart.
|
||
|
|
# Non-secret values only; SECRET_KEY and DATABASE_URL come from the
|
||
|
|
# Secret 'vergabe-teilnahme-env' in the vergabe-teilnahme namespace.
|
||
|
|
|
||
|
|
image:
|
||
|
|
tag: "483a4df" # T03 build (gitea.coulomb.social/coulomb/vergabe-teilnahme)
|
||
|
|
|
||
|
|
env:
|
||
|
|
DJANGO_SETTINGS_MODULE: vergabe_teilnahme.settings.prod
|
||
|
|
ALLOWED_HOSTS: vergabe-teilnahme.whywhynot.de,localhost
|
||
|
|
CSRF_TRUSTED_ORIGINS: https://vergabe-teilnahme.whywhynot.de
|