some more minor callback cleanup and development tweaks

This commit is contained in:
Ryan Petrello
2020-01-27 17:18:09 -05:00
parent 4e4a535178
commit 3c31e0ed16
4 changed files with 16 additions and 33 deletions

View File

@@ -179,3 +179,4 @@ else:
os.environ['SDB_NOTIFY_HOST'] = os.popen('ip route').read().split(' ')[2]
WEBSOCKET_ORIGIN_WHITELIST = ['https://localhost:8043', 'https://localhost:3000']
AWX_CALLBACK_PROFILE = True