add ssl part in readme.md

This commit is contained in:
a.kosourov
2018-11-04 17:59:56 +03:00
parent 0e84c61c96
commit 7e434ce4bc
+4
View File
@@ -119,6 +119,10 @@ _this is the recommended way to run remark42_
| notify.telegram.token | NOTIFY_TELEGRAM_TOKEN | | telegram token |
| notify.telegram.chan | NOTIFY_TELEGRAM_CHAN | | telegram channel |
| notify.telegram.timeout | NOTIFY_TELEGRAM_TIMEOUT | | telegram timeout |
| ssl.type | SSL_TYPE | none | https support, `none` - http, `static` - https |
| ssl.port | SSL_PORT | 8443 | port for https server |
| ssl.cert | SSL_CERT | | path to cert.pem file |
| ssl.key | SSL_KEY | | path to key.pem file |
| max-comment | MAX_COMMENT_SIZE | 2048 | comment's size limit |
| low-score | LOW_SCORE | `-5` | low score threshold |
| critical-score | CRITICAL_SCORE | `-10` | critical score threshold |