Skip to content

Commit aaf4948

Browse files
authored
Merge pull request #404 from wonderchang/patch-1
Add defaultpermission protected example value
2 parents 66fc817 + af58a71 commit aaf4948

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Application settings `config.json`
170170
| usecdn | `true` or `false` | set to use CDN resources or not (default is `true`) |
171171
| allowanonymous | `true` or `false` | set to allow anonymous usage (default is `true`) |
172172
| allowfreeurl | `true` or `false` | set to allow new note by accessing not exist note url |
173-
| defaultpermission | `freely`, `editable`, `limited`, `locked` or `private` | set notes default permission (only applied on signed users) |
173+
| defaultpermission | `freely`, `editable`, `limited`, `locked`, `protected` or `private` | set notes default permission (only applied on signed users) |
174174
| dburl | `mysql://localhost:3306/database` | set the db url, if set this variable then below db config won't be applied |
175175
| db | `{ "dialect": "sqlite", "storage": "./db.hackmd.sqlite" }` | set the db configs, [see more here](http://sequelize.readthedocs.org/en/latest/api/sequelize/) |
176176
| sslkeypath | `./cert/client.key` | ssl key path (only need when you set usessl) |

0 commit comments

Comments
 (0)