{
  "name":"ummon.server",
  "configPath": "./config/config.json",
  "tasksPath": "./config/tasks/",
  "autoSave":true,
  "defaultCollection": "ummon",
  "createWorkerPollInterval": 250,
  "minimalSaveInterval": 1000,
  "maxQueueSize": 500,
  "log": {
    "path":"./logs/server.log",
    "level":"debug",
    "period":"1w",
    "count":4
  },
  "port":8888,
  "credentials": [],
  "globalTaskDefaults": {},
  "pause": false,
  "workerToCpuRatio": 1.25,
  "collections": {}
}
