Skip to content

Commit ba63358

Browse files
committed
🔧(backend) configure conversion microservice in dev
Update helm values to configure the conversion microservice while creating document server to server.
1 parent 52534db commit ba63358

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/helm/env.d/dev/values.impress.yaml.gotmpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ backend:
1111
DJANGO_CSRF_TRUSTED_ORIGINS: https://impress.127.0.0.1.nip.io
1212
DJANGO_CONFIGURATION: Feature
1313
DJANGO_ALLOWED_HOSTS: impress.127.0.0.1.nip.io
14+
DJANGO_SERVER_TO_SERVER_API_TOKENS: secret-api-key
1415
DJANGO_SECRET_KEY: {{ .Values.djangoSecretKey }}
1516
DJANGO_SETTINGS_MODULE: impress.settings
1617
DJANGO_SUPERUSER_PASSWORD: admin
@@ -50,6 +51,8 @@ backend:
5051
AWS_S3_SECRET_ACCESS_KEY: password
5152
AWS_STORAGE_BUCKET_NAME: impress-media-storage
5253
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
5356

5457
migrate:
5558
command:

0 commit comments

Comments
 (0)