mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-12-25 03:01:00 +01:00
Do not touch vendorized files (e.g. libraries that were imported from external
projects).
No functional changes.
Command:
find . -name '*.<EXTENSION>' -type f -print0 | xargs -0 sed -i 's/[[:space:]]*$//'
11 lines
158 B
Plaintext
11 lines
158 B
Plaintext
{
|
|
"etherpadDB":
|
|
{
|
|
"host": "localhost",
|
|
"port": 3306,
|
|
"database": "etherpad",
|
|
"user": "etherpaduser",
|
|
"password": "yourpassword"
|
|
}
|
|
}
|