Skip to content

Commit 8f55c7c

Browse files
committed
Fix WIP
1 parent 28b7b86 commit 8f55c7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

helpers/template.py

-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,6 @@ def _get_value(property_, true_value='', false_value='#',
317317
'ENKETO_ALLOW_PRIVATE_IP_ADDRESS': _get_value(
318318
'local_installation', true_value='true', false_value='false'
319319
),
320-
'RUN_REDIS_CONTAINERS': _get_value('run_redis_containers'),
321320
'USE_REDIS_CACHE_MAX_MEMORY': _get_value(
322321
'redis_cache_max_memory',
323322
true_value='#',

0 commit comments

Comments
 (0)