diff options
author | Wonder Chang | 2017-03-25 17:00:43 +0800 |
---|---|---|
committer | GitHub | 2017-03-25 17:00:43 +0800 |
commit | af58a712389b8df1afca8eceb30726993f973fcc (patch) | |
tree | 697c028ec6af2619833bd04b8dd1b92db58a1bec | |
parent | 66fc817ad463b8237b5e70363e92b09cbe05b729 (diff) |
Add defaultpermission protected example value
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -170,7 +170,7 @@ Application settings `config.json` | usecdn | `true` or `false` | set to use CDN resources or not (default is `true`) | | allowanonymous | `true` or `false` | set to allow anonymous usage (default is `true`) | | allowfreeurl | `true` or `false` | set to allow new note by accessing not exist note url | -| defaultpermission | `freely`, `editable`, `limited`, `locked` or `private` | set notes default permission (only applied on signed users) | +| defaultpermission | `freely`, `editable`, `limited`, `locked`, `protected` or `private` | set notes default permission (only applied on signed users) | | dburl | `mysql://localhost:3306/database` | set the db url, if set this variable then below db config won't be applied | | db | `{ "dialect": "sqlite", "storage": "./db.hackmd.sqlite" }` | set the db configs, [see more here](http://sequelize.readthedocs.org/en/latest/api/sequelize/) | | sslkeypath | `./cert/client.key` | ssl key path (only need when you set usessl) | |