diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2020-01-05 16:03:59 -0800 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2020-01-05 16:03:59 -0800 |
| commit | 8d50b63be5dd754d9260adbf69323f3ac2b8cb08 (patch) | |
| tree | 6f273fabfc8162d84bf85fc803a8f8efa996aa04 /session.config.json | |
| parent | d4e7e354ec9209f117054ead9970ea9f180dd17b (diff) | |
default configuration
Diffstat (limited to 'session.config.json')
| -rw-r--r-- | session.config.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/session.config.json b/session.config.json index ebe17763e..da721efa5 100644 --- a/session.config.json +++ b/session.config.json @@ -1,15 +1,15 @@ { "showServerOutput": false, - "recipients": [ - "samuel_wilkins@brown.edu" - ], "ports": { "server": 1050, "socket": 4321 }, + "email": { + "recipients": [ + "samuel_wilkins@brown.edu" + ], + "signature": "Best,\nDash Server Session Manager" + }, "heartbeatRoute": "/serverHeartbeat", - "pollingIntervalSeconds": 15, - "masterIdentifier": "__master__", - "workerIdentifier": "__worker__", - "signature": "Best,\nServer Session Manager" + "pollingIntervalSeconds": 15 }
\ No newline at end of file |
