mirror of
https://github.com/ansible/awx.git
synced 2026-03-18 17:37:30 -02:30
retain the default interstitial value for TOWER_URL_BASE
to support #5470, check for the presence of this special interstitial value and replace it with the request hostname for settings OPTIONS requests
This commit is contained in:
@@ -861,7 +861,7 @@ ORG_ADMINS_CAN_SEE_ALL_USERS = True
|
||||
TOWER_ADMIN_ALERTS = True
|
||||
|
||||
# Note: This setting may be overridden by database settings.
|
||||
TOWER_URL_BASE = ""
|
||||
TOWER_URL_BASE = "https://towerhost"
|
||||
|
||||
TOWER_SETTINGS_MANIFEST = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user