mirror of
https://github.com/YunoHost-Apps/etherpad_ynh.git
synced 2024-09-03 18:36:10 +02:00
parent
146e72d9b8
commit
e0834d082c
1 changed files with 6 additions and 4 deletions
|
@ -20,12 +20,14 @@
|
|||
* https://www.npmjs.com/package/ueberdb2
|
||||
*/
|
||||
|
||||
/* An Example of Redis Configuration */
|
||||
"dbType" : "redis",
|
||||
/* An Example of MySQL Configuration */
|
||||
"dbType" : "postgres",
|
||||
"dbSettings" : {
|
||||
"user" : "__DB_NAME__",
|
||||
"host" : "localhost",
|
||||
"port" : 6379,
|
||||
"database": "__REDIS_DB__"
|
||||
"port" : 5432,
|
||||
"password": "__DB_PWD__",
|
||||
"database": "__DB_NAME__"
|
||||
},
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue