summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWonder Chang2017-03-25 17:00:43 +0800
committerGitHub2017-03-25 17:00:43 +0800
commitaf58a712389b8df1afca8eceb30726993f973fcc (patch)
tree697c028ec6af2619833bd04b8dd1b92db58a1bec /README.md
parent66fc817ad463b8237b5e70363e92b09cbe05b729 (diff)
Add defaultpermission protected example value
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ad3c2afd..2c764d3f 100644
--- a/README.md
+++ b/README.md
@@ -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) |