mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 07:35:05 -04:00
format (#5993)
This commit is contained in:
parent
7e1ccd3f4e
commit
9e7ab259bc
1 changed files with 8 additions and 8 deletions
|
@ -207,15 +207,15 @@
|
||||||
|
|
||||||
"dbType": "${DB_TYPE:dirty}",
|
"dbType": "${DB_TYPE:dirty}",
|
||||||
"dbSettings": {
|
"dbSettings": {
|
||||||
"host": "${DB_HOST:undefined}",
|
"host": "${DB_HOST:undefined}",
|
||||||
"port": "${DB_PORT:undefined}",
|
"port": "${DB_PORT:undefined}",
|
||||||
"database": "${DB_NAME:undefined}",
|
"database": "${DB_NAME:undefined}",
|
||||||
"user": "${DB_USER:undefined}",
|
"user": "${DB_USER:undefined}",
|
||||||
"password": "${DB_PASS:undefined}",
|
"password": "${DB_PASS:undefined}",
|
||||||
"charset": "${DB_CHARSET:undefined}",
|
"charset": "${DB_CHARSET:undefined}",
|
||||||
"filename": "${DB_FILENAME:var/dirty.db}",
|
"filename": "${DB_FILENAME:var/dirty.db}",
|
||||||
"collection": "${DB_COLLECTION:undefined}",
|
"collection": "${DB_COLLECTION:undefined}",
|
||||||
"url": "${DB_URL:undefined}"
|
"url": "${DB_URL:undefined}"
|
||||||
},
|
},
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue