mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 06:29:53 +01:00
21 lines
355 B
Text
21 lines
355 B
Text
{
|
|
"etherpad-db":
|
|
{
|
|
"host": "localhost",
|
|
"port": 3306,
|
|
"database": "etherpad",
|
|
"user": "etherpaduser",
|
|
"password": "yourpassword"
|
|
},
|
|
"etherpad-lite-db":
|
|
{
|
|
"dbType" : "mysql",
|
|
"dbSettings" :
|
|
{
|
|
"user" : "root",
|
|
"host" : "localhost",
|
|
"password": "",
|
|
"database": "store"
|
|
}
|
|
}
|
|
}
|