mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 11:10:03 -03:30
set the default in OPTIONS for TOWER_URL_BASE to the request hostname
see: #5470
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 = "https://towerhost"
|
||||
TOWER_URL_BASE = ""
|
||||
|
||||
TOWER_SETTINGS_MANIFEST = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user