AC-982 Added configuration options to disable activity stream logging entirely, or disable only when running inventory import.

This commit is contained in:
Chris Church
2014-02-06 15:25:49 -05:00
parent c52818ecee
commit ae4743724a
7 changed files with 49 additions and 3 deletions

View File

@@ -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

View 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"}