diff options
| author | bobzel <zzzman@gmail.com> | 2020-05-17 23:38:21 +0000 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-05-17 23:38:21 +0000 |
| commit | b24fd078149d8ee9042a279cbe7498f6c3f5c82f (patch) | |
| tree | c3a74a386f0f6747ca12229d2d6dcc3e5895bfa2 /session.config.json | |
| parent | 9c3d461a9642a4596c55f642af2b55e186b0fe20 (diff) | |
release server integration with ssl
Diffstat (limited to 'session.config.json')
| -rw-r--r-- | session.config.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/session.config.json b/session.config.json index b2c45a0fc..5440d9bbd 100644 --- a/session.config.json +++ b/session.config.json @@ -1,7 +1,7 @@ { "showServerOutput": false, "ports": { - "server": 1050, + "server": 443, "socket": 4321 }, "polling": { @@ -9,4 +9,4 @@ "intervalSeconds": 15, "failureTolerance": 0 } -} +}
\ No newline at end of file |
