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-28 15:48:11 +01:00
parent 2b99336a2f
commit f11e66550c
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -22,7 +22,7 @@
"dbType" : "redis",
"dbSettings" : {
"host" : "localhost",
"host" : "127.0.0.1",
"port" : 6379,
"database": "__REDIS_DB__"
},