Skip to content

Commit

Permalink
Allow service account between both domains
Browse files Browse the repository at this point in the history
  • Loading branch information
noliveleger committed Apr 5, 2024
1 parent efdbccb commit fab6c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/kobo-env/envfiles/django.txt.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CELERY_AUTOSCALE_MIN=2
CELERY_AUTOSCALE_MAX=6

# Comma separated domains
${USE_SERVICE_ACCOUNT_WHITELISTED_HOSTS}SERVICE_ACCOUNT_WHITELISTED_HOSTS=${KOBOFORM_SUBDOMAIN}.${INTERNAL_DOMAIN_NAME}
${USE_SERVICE_ACCOUNT_WHITELISTED_HOSTS}SERVICE_ACCOUNT_WHITELISTED_HOSTS=${KOBOFORM_SUBDOMAIN}.${INTERNAL_DOMAIN_NAME},${KOBOCAT_SUBDOMAIN}.${INTERNAL_DOMAIN_NAME}

# See "api key" here: https://github.com/kobotoolbox/enketo-express/tree/master/config#linked-form-and-data-server.
ENKETO_API_KEY=${ENKETO_API_KEY}
Expand Down

0 comments on commit fab6c87

Please sign in to comment.