Added protocol use ssl option in config

This commit is contained in:
Cheng-Han, Wu
2016-03-15 10:50:37 +08:00
parent 526f5c7e2e
commit ef1436c7d6
2 changed files with 8 additions and 4 deletions

View File

@@ -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 |