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