diff options
| author | vellichora <fangrui_tong@brown.edu> | 2020-01-07 10:49:04 -0500 |
|---|---|---|
| committer | vellichora <fangrui_tong@brown.edu> | 2020-01-07 10:49:04 -0500 |
| commit | 3633971bd9c1f739c0d6facd74754b99a7f26db6 (patch) | |
| tree | 62aab716a9a027b3b63673e3134fa651135635e5 /session.config.json | |
| parent | 9614ba541c30dc7d2b5183d5450864354d911643 (diff) | |
| parent | ccd39c9a53ebf9aea84fcdcba6050145add4526f (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into textbox_fawn_fix
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 |
