Skip to content

Commit

Permalink
bugfixes for setup
Browse files Browse the repository at this point in the history
  • Loading branch information
noliveleger committed May 23, 2024
1 parent fab6c87 commit a905b0c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions helpers/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,6 @@ def _get_value(property_, true_value='', false_value='#',
'POSTGRES_APP_PROFILE': dict_['postgres_profile'],
'POSTGRES_RAM': dict_['postgres_ram'],
'POSTGRES_SETTINGS': dict_['postgres_settings_content'],
'POSTGRES_BACKUP_FROM_SECONDARY': _get_value(
'backup_from_primary', comparison_value=False
),
'POSTGRES_PORT': dict_['postgresql_port'],
'MONGO_PORT': dict_['mongo_port'],
'REDIS_MAIN_PORT': dict_['redis_main_port'],
Expand Down Expand Up @@ -320,7 +317,6 @@ def _get_value(property_, true_value='', false_value='#',
'ENKETO_ALLOW_PRIVATE_IP_ADDRESS': _get_value(
'local_installation', true_value='true', false_value='false'
),
'RUN_REDIS_CONTAINERS': _get_value('run_redis_containers'),
'USE_REDIS_CACHE_MAX_MEMORY': _get_value(
'redis_cache_max_memory',
true_value='#',
Expand Down

0 comments on commit a905b0c

Please sign in to comment.