diff options
Diffstat (limited to 'index.ts')
| -rw-r--r-- | index.ts | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -28,14 +28,8 @@ if (cli.init) { ClientSecret: "", RedirectURI: "" }, - Certificate: { - Key: "", - Cert: "", - Ca: "" - }, - Ports: { - HTTP: "80", - HTTPS: "443" + Server: { + Port: "8033" } } |
