mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-02 13:19:14 -04:00
Update README.md and settings.json.template: use mysql or sqlite for production
This commit is contained in:
parent
fa9b36df0f
commit
7362992191
2 changed files with 4 additions and 1 deletions
|
@ -8,7 +8,8 @@
|
|||
"ip": "0.0.0.0",
|
||||
"port" : 9001,
|
||||
|
||||
//The Type of the database. You can choose between sqlite and mysql
|
||||
//The Type of the database. You can choose between dirty, sqlite and mysql
|
||||
//You should use mysql or sqlite for anything else than testing or development
|
||||
"dbType" : "dirty",
|
||||
//the database specific settings
|
||||
"dbSettings" : {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue