Skip to content

Commit

Permalink
Merge pull request #237 from kobotoolbox/236-enketo-main-url-as-env-var
Browse files Browse the repository at this point in the history
Add `ENKETO_REDIS_MAIN_URL` environment variable
  • Loading branch information
noliveleger committed Nov 8, 2023
2 parents 11727c3 + f7580d6 commit 09a0a26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/kobo-env/envfiles/databases.txt.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,4 @@ REDIS_PASSWORD=${REDIS_PASSWORD}
CACHE_URL=redis://{% if REDIS_PASSWORD %}:${REDIS_PASSWORD}@{% endif REDIS_PASSWORD %}redis-cache.${PRIVATE_DOMAIN_NAME}:${REDIS_CACHE_PORT}/5
REDIS_CACHE_MAX_MEMORY=${REDIS_CACHE_MAX_MEMORY}
SERVICE_ACCOUNT_BACKEND_URL=redis://{% if REDIS_PASSWORD %}:${REDIS_PASSWORD}@{% endif REDIS_PASSWORD %}redis-cache.${PRIVATE_DOMAIN_NAME}:${REDIS_CACHE_PORT}/6
ENKETO_REDIS_MAIN_URL=redis://{% if REDIS_PASSWORD %}:${REDIS_PASSWORD}@{% endif REDIS_PASSWORD %}redis-main.${PRIVATE_DOMAIN_NAME}:${REDIS_MAIN_PORT}/0

0 comments on commit 09a0a26

Please sign in to comment.