Fix test_url_base_defaults_to_request to reference local host instead… (#15367)

* Update all references to towerhost to platformhost

* Run prettier on failing ui files
This commit is contained in:
Lila Yasin
2024-07-18 15:28:54 -04:00
committed by GitHub
parent bb533287b8
commit e75bc8bc1e
27 changed files with 62 additions and 75 deletions

View File

@@ -828,7 +828,7 @@ MANAGE_ORGANIZATION_AUTH = True
DISABLE_LOCAL_AUTH = False
# Note: This setting may be overridden by database settings.
TOWER_URL_BASE = "https://towerhost"
TOWER_URL_BASE = "https://platformhost"
INSIGHTS_URL_BASE = "https://example.org"
INSIGHTS_AGENT_MIME = 'application/example'