diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-11-25 08:11:58 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-11-25 08:11:58 +0900 |
| commit | 2a8c959d095a58ee5bd65831ec1ee0ab81703ca8 (patch) | |
| tree | 4c163e8312faecbc3b94cbf264385303474e06fd /docs | |
| parent | Fix bug (diff) | |
| download | sharkey-2a8c959d095a58ee5bd65831ec1ee0ab81703ca8.tar.gz sharkey-2a8c959d095a58ee5bd65831ec1ee0ab81703ca8.tar.bz2 sharkey-2a8c959d095a58ee5bd65831ec1ee0ab81703ca8.zip | |
:v:
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/config.md | 11 |
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: |