diff options
| author | bob <bcz@cs.brown.edu> | 2020-01-06 09:42:11 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2020-01-06 09:42:11 -0500 |
| commit | df12bd5432f24796de25f9aa85e278eae944edf7 (patch) | |
| tree | a3d4916891e0b6860e18c547cbdb23fcb620e947 /session.config.json | |
| parent | 8ae1d973896f8629e5d2030f756b7b63df530ad2 (diff) | |
| parent | e4d9fd09f6ede20e79d58119d239bb7a3a7dae25 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'session.config.json')
| -rw-r--r-- | session.config.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/session.config.json b/session.config.json new file mode 100644 index 000000000..211422868 --- /dev/null +++ b/session.config.json @@ -0,0 +1,9 @@ +{ + "showServerOutput": false, + "ports": { + "server": 1050, + "socket": 4321 + }, + "pollingRoute": "/serverHeartbeat", + "pollingIntervalSeconds": 15 +}
\ No newline at end of file |
