Skip to content

Commit

Permalink
Merge pull request #228 from kobotoolbox/duplicate-kobo-docker-env-var
Browse files Browse the repository at this point in the history
Remove duplicate `KOBO_DOCKER_BRANCH` declaration
  • Loading branch information
noliveleger committed May 15, 2023
2 parents df5e782 + 9a4040b commit cdd48d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions helpers/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ class Config(metaclass=Singleton):
DEFAULT_PROXY_PORT = '8080'
DEFAULT_NGINX_PORT = '80'
DEFAULT_NGINX_HTTPS_PORT = '443'
KOBO_DOCKER_BRANCH = 'beta'
KOBO_DOCKER_BRANCH = '2.023.12'
KOBO_DOCKER_BRANCH = '2.023.12' # This env variable declaration should appear only once in this file
KOBO_INSTALL_VERSION = '8.0.2'
MAXIMUM_AWS_CREDENTIAL_ATTEMPTS = 3
ALLOWED_PASSWORD_CHARACTERS = (
Expand Down

0 comments on commit cdd48d0

Please sign in to comment.