mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
11 lines
160 B
Text
11 lines
160 B
Text
|
{
|
||
|
"etherpad-db":
|
||
|
{
|
||
|
"host": "localhost",
|
||
|
"port": 3306,
|
||
|
"database": "etherpad",
|
||
|
"user": "etherpaduser",
|
||
|
"password": "yourpassword"
|
||
|
}
|
||
|
}
|