1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_ynh.git synced 2024-09-03 18:36:10 +02:00

Revert "Update credentials.json"

This reverts commit 146e72d9b8.
This commit is contained in:
ericgaspar 2021-11-20 23:19:58 +01:00
parent 146e72d9b8
commit e0834d082c
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -20,12 +20,14 @@
* https://www.npmjs.com/package/ueberdb2 * https://www.npmjs.com/package/ueberdb2
*/ */
/* An Example of Redis Configuration */ /* An Example of MySQL Configuration */
"dbType" : "redis", "dbType" : "postgres",
"dbSettings" : { "dbSettings" : {
"user" : "__DB_NAME__",
"host" : "localhost", "host" : "localhost",
"port" : 6379, "port" : 5432,
"database": "__REDIS_DB__" "password": "__DB_PWD__",
"database": "__DB_NAME__"
}, },
/* /*