mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-11-02 01:01:50 +01:00
Fix dirty path for windows
This commit is contained in:
parent
4e78a6b9cc
commit
5396cd68db
@ -12,7 +12,7 @@
|
|||||||
"dbType" : "dirty",
|
"dbType" : "dirty",
|
||||||
//the database specific settings
|
//the database specific settings
|
||||||
"dbSettings" : {
|
"dbSettings" : {
|
||||||
"filename" : "../var/dirty.db"
|
"filename" : "var/dirty.db"
|
||||||
},
|
},
|
||||||
|
|
||||||
/* An Example of MySQL Configuration
|
/* An Example of MySQL Configuration
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user