summaryrefslogtreecommitdiff
path: root/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'index.ts')
-rw-r--r--index.ts10
1 files changed, 2 insertions, 8 deletions
diff --git a/index.ts b/index.ts
index 96e4a97..55868cd 100644
--- a/index.ts
+++ b/index.ts
@@ -28,14 +28,8 @@ if (cli.init) {
ClientSecret: "",
RedirectURI: ""
},
- Certificate: {
- Key: "",
- Cert: "",
- Ca: ""
- },
- Ports: {
- HTTP: "80",
- HTTPS: "443"
+ Server: {
+ Port: "8033"
}
}