We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52534db commit ba63358Copy full SHA for ba63358
src/helm/env.d/dev/values.impress.yaml.gotmpl
@@ -11,6 +11,7 @@ backend:
11
DJANGO_CSRF_TRUSTED_ORIGINS: https://impress.127.0.0.1.nip.io
12
DJANGO_CONFIGURATION: Feature
13
DJANGO_ALLOWED_HOSTS: impress.127.0.0.1.nip.io
14
+ DJANGO_SERVER_TO_SERVER_API_TOKENS: secret-api-key
15
DJANGO_SECRET_KEY: {{ .Values.djangoSecretKey }}
16
DJANGO_SETTINGS_MODULE: impress.settings
17
DJANGO_SUPERUSER_PASSWORD: admin
@@ -50,6 +51,8 @@ backend:
50
51
AWS_S3_SECRET_ACCESS_KEY: password
52
AWS_STORAGE_BUCKET_NAME: impress-media-storage
53
STORAGES_STATICFILES_BACKEND: django.contrib.staticfiles.storage.StaticFilesStorage
54
+ CONVERSION_API_URL: http://impress-y-provider:443/api/convert-markdown/
55
+ CONVERSION_API_KEY: my-secret
56
57
migrate:
58
command:
0 commit comments