diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2020-01-03 23:28:34 -0800 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2020-01-03 23:28:34 -0800 |
| commit | b31d54b285236dc92f7d287af6a441878f429a34 (patch) | |
| tree | 4f2289276b33eb37f5c75b0221cdc046d2967fcd /session.config.json | |
| parent | 5111eb546d9bcd6070ddbe8076f3389a37cd7081 (diff) | |
session restructuring and schema enforced json configuration
Diffstat (limited to 'session.config.json')
| -rw-r--r-- | session.config.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/session.config.json b/session.config.json new file mode 100644 index 000000000..1a1073c4f --- /dev/null +++ b/session.config.json @@ -0,0 +1,10 @@ +{ + "heartbeat": "http://localhost:1050/serverHeartbeat", + "signature": "Best,\nServer Session Manager", + "masterIdentifier": "__master__", + "workerIdentifier": "__worker__", + "recipients": [ + "samuel_wilkins@brown.edu" + ], + "silentChildren": true +}
\ No newline at end of file |
