doc: document dev.debug configuration etting
ref. https://github.com/shaarli/Shaarli/pull/779
This commit is contained in:
parent
56ae25f11f
commit
5cacf290f0
1 changed files with 3 additions and 0 deletions
|
@ -75,6 +75,9 @@ Some settings can be configured directly from a web browser by accesing the `Too
|
||||||
"title": "My Shaarli",
|
"title": "My Shaarli",
|
||||||
"header_link": "?"
|
"header_link": "?"
|
||||||
},
|
},
|
||||||
|
"dev": {
|
||||||
|
"debug": false,
|
||||||
|
}
|
||||||
"extras": {
|
"extras": {
|
||||||
"show_atom": false,
|
"show_atom": false,
|
||||||
"hide_public_links": false,
|
"hide_public_links": false,
|
||||||
|
|
Loading…
Reference in a new issue