set the default in OPTIONS for TOWER_URL_BASE to the request hostname

see: #5470
This commit is contained in:
Ryan Petrello
2017-02-22 10:56:48 -05:00
parent 9e2e119022
commit 94ad12ab0d
3 changed files with 17 additions and 2 deletions

View File

@@ -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 = "https://towerhost"
TOWER_URL_BASE = ""
TOWER_SETTINGS_MANIFEST = {}