summaryrefslogtreecommitdiff
path: root/settings.json.template
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2015-06-23 23:03:56 +0100
committerJohn McLear <john@mclear.co.uk>2015-06-23 23:03:56 +0100
commit04d5e253050dc8bf328400a5689ed780c40d49f4 (patch)
treebff7d2866aa6873d4affe278c5dc84e637d92676 /settings.json.template
parent95ca936dd72de095c74e0a7a0f3a75f837e8813b (diff)
downloadetherpad-lite-04d5e253050dc8bf328400a5689ed780c40d49f4.zip
Update settings.json.template
Diffstat (limited to 'settings.json.template')
-rw-r--r--settings.json.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.json.template b/settings.json.template
index 310e0791..6a344cb1 100644
--- a/settings.json.template
+++ b/settings.json.template
@@ -24,7 +24,7 @@
"ssl" : {
"key" : "/path-to-your/epl-server.key",
- "cert" : "/path-to-your/epl-server.crt"
+ "cert" : "/path-to-your/epl-server.crt",
"ca": ["/path-to-your/epl-intermediate-cert1.crt", "/path-to-your/epl-intermediate-cert2.crt"]
},