aboutsummaryrefslogtreecommitdiff
path: root/session.config.json
blob: da721efa5c6ee03163fc7f7cd4214b6337d552b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "showServerOutput": false,
    "ports": {
        "server": 1050,
        "socket": 4321
    },
    "email": {
        "recipients": [
            "samuel_wilkins@brown.edu"
        ],
        "signature": "Best,\nDash Server Session Manager"
    },
    "heartbeatRoute": "/serverHeartbeat",
    "pollingIntervalSeconds": 15
}