1
0
Fork 0
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:
ericgaspar 2022-02-06 12:32:56 +01:00
parent 89c3e272ea
commit e21f67c6f6
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -21,13 +21,11 @@
*/ */
/* An Example of MySQL Configuration */ /* An Example of MySQL 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__"
}, },
/* /*