summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-11-25 08:11:58 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-11-25 08:11:58 +0900
commit2a8c959d095a58ee5bd65831ec1ee0ab81703ca8 (patch)
tree4c163e8312faecbc3b94cbf264385303474e06fd /docs
parentFix bug (diff)
downloadsharkey-2a8c959d095a58ee5bd65831ec1ee0ab81703ca8.tar.gz
sharkey-2a8c959d095a58ee5bd65831ec1ee0ab81703ca8.tar.bz2
sharkey-2a8c959d095a58ee5bd65831ec1ee0ab81703ca8.zip
:v:
Diffstat (limited to 'docs')
-rw-r--r--docs/config.md11
1 files changed, 4 insertions, 7 deletions
diff --git a/docs/config.md b/docs/config.md
index 0e23e09ae8..653fff1a7f 100644
--- a/docs/config.md
+++ b/docs/config.md
@@ -16,14 +16,11 @@ secondary_url:
# 待受ポート
port:
-# TLSの設定
+# TLSの設定(利用しない場合は省略可能)
https:
- # TLSを有効にするか否か
- enable: false
-
- key: null
- cert: null
- ca: null
+ # 証明書のパス...
+ key:
+ cert:
# MongoDBの設定
mongodb: