Implement fact caching service and mongo reference handler

This commit is contained in:
Matthew Jones
2015-02-20 16:56:35 -05:00
parent fed4262ee2
commit fd1668dfd8
5 changed files with 82 additions and 9 deletions

View File

@@ -510,6 +510,8 @@ TASK_COMMAND_PORT = 6559
SOCKETIO_NOTIFICATION_PORT = 6557
SOCKETIO_LISTEN_PORT = 8080
FACT_CACHE_PORT = 6564
ORG_ADMINS_CAN_SEE_ALL_USERS = True
# Logging configuration.