mirror of
https://github.com/ansible/awx.git
synced 2026-07-01 03:18:04 -02:30
AC-982 Added configuration options to disable activity stream logging entirely, or disable only when running inventory import.
This commit is contained in:
@@ -335,6 +335,10 @@ EC2_REGIONS_BLACKLIST = [
|
||||
'cn-north-1',
|
||||
]
|
||||
|
||||
# Defaults for enabling/disabling activity stream.
|
||||
ACTIVITY_STREAM_ENABLED = True
|
||||
ACTIVITY_STREAM_ENABLED_FOR_INVENTORY_SYNC = True
|
||||
|
||||
# Internal API URL for use by inventory scripts and callback plugin.
|
||||
if 'devserver' in INSTALLED_APPS:
|
||||
INTERNAL_API_URL = 'http://127.0.0.1:%s' % DEVSERVER_DEFAULT_PORT
|
||||
|
||||
1
awx/settings/license.json
Normal file
1
awx/settings/license.json
Normal file
@@ -0,0 +1 @@
|
||||
{"instance_count": "1000000", "contact_email": "cchurch@ansibleworks.com", "company_name": "TEST", "contact_name": "Chris Church", "license_date": "1422137308", "license_key": "6ccbecf61a5d9ab7606519037b82b21985fcfade8218a50d3476fc83551be64b"}
|
||||
Reference in New Issue
Block a user