mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
removed unnecessary stuff from convertSettings
This commit is contained in:
parent
070b5f16f7
commit
e4af96e67b
1 changed files with 0 additions and 11 deletions
|
@ -6,16 +6,5 @@
|
||||||
"database": "etherpad",
|
"database": "etherpad",
|
||||||
"user": "etherpaduser",
|
"user": "etherpaduser",
|
||||||
"password": "yourpassword"
|
"password": "yourpassword"
|
||||||
},
|
|
||||||
"etherpad-lite-db":
|
|
||||||
{
|
|
||||||
"dbType" : "mysql",
|
|
||||||
"dbSettings" :
|
|
||||||
{
|
|
||||||
"user" : "root",
|
|
||||||
"host" : "localhost",
|
|
||||||
"password": "",
|
|
||||||
"database": "store"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue