summaryrefslogtreecommitdiff
path: root/index.ts
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2022-09-25 13:00:51 +0600
committerilotterytea <iltsu@alright.party>2022-09-25 13:00:51 +0600
commitf6061d65a0c9d48445e264748216607cf1753d1b (patch)
treeccae1fd223ea3f3503ad251a5398382af6847074 /index.ts
parent4c9f27dd9d447c39324ccd45134d970b14493269 (diff)
ssl cert and https port are no longer required
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"
}
}