1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pufferpanel_ynh.git synced 2024-09-03 20:16:03 +02:00

add config

This commit is contained in:
liberodark 2019-01-04 16:45:15 +01:00
parent 412feae69d
commit 810c3cfb80

9
conf/config.json Normal file
View file

@ -0,0 +1,9 @@
{
"mysql": {
"host": "localhost",
"database": "pufferpanel",
"username": "pufferpanel",
"password": "__DB_PASS__",
"port": "3306"
}
}