summaryrefslogtreecommitdiffstats
path: root/config/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.json')
-rw-r--r--config/config.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/config/config.json b/config/config.json
index 44e52d88e..e96a9b237 100644
--- a/config/config.json
+++ b/config/config.json
@@ -2,6 +2,14 @@
"ServiceSettings": {
"SiteURL": "",
"ListenAddress": ":8065",
+ "ConnectionSecurity": "",
+ "TLSCertFile": "",
+ "TLSKeyFile": "",
+ "UseLetsEncrypt": false,
+ "LetsEncryptCertificateCacheFile": "./config/letsencrypt.cache",
+ "Forward80To443": false,
+ "ReadTimeout": 30,
+ "WriteTimeout": 60,
"MaximumLoginAttempts": 10,
"SegmentDeveloperKey": "",
"GoogleDeveloperKey": "",
@@ -231,4 +239,4 @@
"TurnUsername": "",
"TurnSharedKey": ""
}
-} \ No newline at end of file
+}