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:
parent
412feae69d
commit
810c3cfb80
1 changed files with 9 additions and 0 deletions
9
conf/config.json
Normal file
9
conf/config.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"mysql": {
|
||||
"host": "localhost",
|
||||
"database": "pufferpanel",
|
||||
"username": "pufferpanel",
|
||||
"password": "__DB_PASS__",
|
||||
"port": "3306"
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue