diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2020-01-04 13:02:54 -0800 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2020-01-04 13:02:54 -0800 |
| commit | 987b512d2564710e5c5c7fd2eeff1914af8180dd (patch) | |
| tree | 04862f06f5d410a316be7d3149e579e541b1ef52 /session.config.json | |
| parent | 804e2f4f1d20551799a21e2fdf8e5b2b7fdebe02 (diff) | |
factored out socket and server ports to config, added kill response ;)
Diffstat (limited to 'session.config.json')
| -rw-r--r-- | session.config.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/session.config.json b/session.config.json index 7396e1135..d8f86d239 100644 --- a/session.config.json +++ b/session.config.json @@ -3,7 +3,9 @@ "recipients": [ "samuel_wilkins@brown.edu" ], - "heartbeat": "http://localhost:1050/serverHeartbeat", + "serverPort": 1050, + "socketPort": 4321, + "heartbeatRoute": "/serverHeartbeat", "pollingIntervalSeconds": 15, "masterIdentifier": "__master__", "workerIdentifier": "__worker__", |
