mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-03 05:39:12 -04:00
removed sqlite dependency and made dirty the default db
This commit is contained in:
parent
5da30a40bf
commit
95b1ac9393
2 changed files with 3 additions and 3 deletions
|
@ -9,10 +9,10 @@
|
|||
"port" : 9001,
|
||||
|
||||
//The Type of the database. You can choose between sqlite and mysql
|
||||
"dbType" : "sqlite",
|
||||
"dbType" : "dirty",
|
||||
//the database specific settings
|
||||
"dbSettings" : {
|
||||
"filename" : "../var/sqlite.db"
|
||||
"filename" : "../var/dirty.db"
|
||||
},
|
||||
|
||||
/* An Example of MySQL Configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue