From b31d54b285236dc92f7d287af6a441878f429a34 Mon Sep 17 00:00:00 2001 From: Sam Wilkins Date: Fri, 3 Jan 2020 23:28:34 -0800 Subject: session restructuring and schema enforced json configuration --- session.config.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 session.config.json (limited to 'session.config.json') 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 -- cgit v1.2.3-70-g09d2