Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into 2.022.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jnm committed May 9, 2022
2 parents 1edaa5f + 8d38639 commit 6f84380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helpers/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Config(metaclass=Singleton):
DEFAULT_NGINX_PORT = '80'
DEFAULT_NGINX_HTTPS_PORT = '443'
KOBO_DOCKER_BRANCH = '2.022.16'
KOBO_INSTALL_VERSION = '6.6.0-beta'
KOBO_INSTALL_VERSION = '6.6.0'
MAXIMUM_AWS_CREDENTIAL_ATTEMPTS = 3
ALLOWED_PASSWORD_CHARACTERS = (
string.ascii_letters
Expand Down
2 changes: 1 addition & 1 deletion templates/kobo-env/envfiles/kpi.txt.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ KPI_MONGO_NAME=formhub
KPI_MONGO_USER=${MONGO_USER_USERNAME}
KPI_MONGO_PASS=${MONGO_USER_PASSWORD}

DJANGO_LANGUAGE_CODES=en ar es de-DE fr hi ku pl pt tr zh-hans
DJANGO_LANGUAGE_CODES=ar cs de-DE en es fr hi ku pl pt tr zh-hans

0 comments on commit 6f84380

Please sign in to comment.