summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCheng-Han, Wu2016-03-15 10:50:37 +0800
committerCheng-Han, Wu2016-03-15 10:50:37 +0800
commitef1436c7d66d8d9e6128b8e40dea9d4ba0ef68f3 (patch)
tree2c631fb68f83156dde0ff9e37ad187fe580d0dd6 /README.md
parent526f5c7e2eeee21ef9d87bda8668903844e95f53 (diff)
Added protocol use ssl option in config
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index cff1cb62..0acbdd75 100644
--- a/README.md
+++ b/README.md
@@ -97,6 +97,7 @@ Server-side config.js settings
| testport | `3000` | debug web port, fallback to this when not set in environment |
| testsslport | `3001` | debug web ssl port, fallback to this when not set in environment |
| usessl | `true` or `false` | set to use ssl |
+| protocolusessl | `true` or `false` | set to use ssl protocol |
| urladdport | `true` or `false` | set to add port on oauth callback url |
| debug | `true` or `false` | set debug mode, show more logs |
| usecdn | `true` or `false` | set to use CDN resources or not |