mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-10 00:45:01 -04:00
Adds dbUseSSL flag
This commit is contained in:
parent
a1f2880926
commit
4ebcf6c9d0
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
"dbType": "${DB_TYPE:dirty}",
|
"dbType": "${DB_TYPE:dirty}",
|
||||||
"dbUseSSL": "${DB_TYPE:false}",
|
"dbUseSSL": "${DB_USE_SSL:false}",
|
||||||
"dbSettings": {
|
"dbSettings": {
|
||||||
"host": "${DB_HOST:undefined}",
|
"host": "${DB_HOST:undefined}",
|
||||||
"port": "${DB_PORT:undefined}",
|
"port": "${DB_PORT:undefined}",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue