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

Update credentials.json

This commit is contained in:
ericgaspar 2022-03-05 14:26:22 +01:00
parent 44f73d6d49
commit 1797dfa577
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -26,7 +26,7 @@
"user" : "__DB_USER__",
"host" : "localhost",
"password": "__DB_PWD__",
"database": "__DB_USER__",
"database": "__DB_NAME__",
"charset" : "utf8mb4"
},