mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
settings.json.template: reorganized dbSetting section to be more comment-friendly
It is better to keep the dirtyDB settings together, so they can be commented out via a /* ... */. Nested comments blocks would crash the application on start, because they are syntactically incorrect. Let's reduce this possibility, promoting an easier standard.
This commit is contained in:
parent
d1481041c2
commit
06476f7ad2
1 changed files with 6 additions and 8 deletions
|
@ -56,18 +56,16 @@
|
||||||
* You shouldn't use "dirty" for for anything else than testing or
|
* You shouldn't use "dirty" for for anything else than testing or
|
||||||
* development.
|
* development.
|
||||||
*
|
*
|
||||||
* For a complete list of the supported drivers, please consult:
|
*
|
||||||
|
* Database specific settings are dependent on dbType, and go in dbSettings.
|
||||||
|
* Remember that since Etherpad 1.6.0 you can also store these informations in
|
||||||
|
* credentials.json.
|
||||||
|
*
|
||||||
|
* For a complete list of the supported drivers, please refer to:
|
||||||
* https://www.npmjs.com/package/ueberdb2
|
* https://www.npmjs.com/package/ueberdb2
|
||||||
*/
|
*/
|
||||||
|
|
||||||
"dbType" : "dirty",
|
"dbType" : "dirty",
|
||||||
|
|
||||||
/*
|
|
||||||
* Database specific settings (dependent on dbType).
|
|
||||||
*
|
|
||||||
* Remember that since Etherpad 1.6.0 you can also store these informations in
|
|
||||||
* credentials.json.
|
|
||||||
*/
|
|
||||||
"dbSettings" : {
|
"dbSettings" : {
|
||||||
"filename" : "var/dirty.db"
|
"filename" : "var/dirty.db"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue