mirror of
https://github.com/suitenumerique/docs.git
synced 2026-09-10 03:37:52 +02:00
🔧(helm) enable collaboration edition in dev and feature env
We want to enable the collaboration edition check in dev and feature env
This commit is contained in:
@@ -16,6 +16,8 @@ backend:
|
||||
replicas: 1
|
||||
envVars:
|
||||
COLLABORATION_SERVER_SECRET: my-secret
|
||||
COLLABORATION_API_URL: https://docs.127.0.0.1.nip.io/collaboration/api/
|
||||
COLLABORATION_WS_NOT_CONNECTED_READY_ONLY: False
|
||||
CONVERSION_UPLOAD_ENABLED: True
|
||||
DJANGO_CSRF_TRUSTED_ORIGINS: https://docs.127.0.0.1.nip.io
|
||||
DJANGO_CONFIGURATION: Feature
|
||||
|
||||
@@ -18,6 +18,8 @@ backend:
|
||||
envVars:
|
||||
COLLABORATION_SERVER_SECRET: my-secret
|
||||
CONVERSION_UPLOAD_ENABLED: True
|
||||
COLLABORATION_API_URL: https://{{ .Values.feature }}-docs.{{ .Values.domain }}/collaboration/api/
|
||||
COLLABORATION_WS_NOT_CONNECTED_READY_ONLY: True
|
||||
DJANGO_CSRF_TRUSTED_ORIGINS: https://{{ .Values.feature }}-docs.{{ .Values.domain }}
|
||||
DJANGO_CONFIGURATION: Feature
|
||||
DJANGO_ALLOWED_HOSTS: {{ .Values.feature }}-docs.{{ .Values.domain }}
|
||||
|
||||
Reference in New Issue
Block a user