Refactored awx/settings/defaults.py

This commit is contained in:
Amol Gautam
2021-06-18 11:29:55 -04:00
committed by Shane McDonald
parent 3495f75fa0
commit 32cc7e976a

View File

@@ -678,7 +678,7 @@ RHV_EXCLUDE_EMPTY_GROUPS = True
RHV_INSTANCE_ID_VAR = 'id' RHV_INSTANCE_ID_VAR = 'id'
# --------------------- # ---------------------
# ----- Tower ----- # ----- Controller -----
# --------------------- # ---------------------
CONTROLLER_ENABLED_VAR = 'remote_tower_enabled' CONTROLLER_ENABLED_VAR = 'remote_tower_enabled'
CONTROLLER_ENABLED_VALUE = 'true' CONTROLLER_ENABLED_VALUE = 'true'