From 987b512d2564710e5c5c7fd2eeff1914af8180dd Mon Sep 17 00:00:00 2001 From: Sam Wilkins Date: Sat, 4 Jan 2020 13:02:54 -0800 Subject: factored out socket and server ports to config, added kill response ;) --- session.config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'session.config.json') 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__", -- cgit v1.2.3-70-g09d2