Remove obsolete setting.

This hasn't been used for years now.
This commit is contained in:
Bill Nottingham
2020-05-18 17:41:15 -04:00
parent 973e6f4213
commit 73b0506e96
4 changed files with 0 additions and 9 deletions

View File

@@ -909,9 +909,6 @@ SCM_EXCLUDE_EMPTY_GROUPS = False
ACTIVITY_STREAM_ENABLED = True
ACTIVITY_STREAM_ENABLED_FOR_INVENTORY_SYNC = False
# Internal API URL for use by inventory scripts and callback plugin.
INTERNAL_API_URL = 'http://127.0.0.1:%s' % DEVSERVER_DEFAULT_PORT
CALLBACK_QUEUE = "callback_tasks"
SCHEDULER_QUEUE = "scheduler"