add a user agent for requests to Insights

This commit is contained in:
Ryan Petrello
2018-11-16 15:19:31 -05:00
parent 6a0e11a233
commit 661cc896a9
3 changed files with 17 additions and 3 deletions

View File

@@ -951,7 +951,7 @@ TOWER_ADMIN_ALERTS = True
# Note: This setting may be overridden by database settings.
TOWER_URL_BASE = "https://towerhost"
INSIGHTS_URL_BASE = "https://access.redhat.com"
INSIGHTS_URL_BASE = "https://example.org"
TOWER_SETTINGS_MANIFEST = {}