mirror of
https://github.com/YunoHost-Apps/pufferpanel_ynh.git
synced 2024-09-03 20:16:03 +02:00
Update config.json
This commit is contained in:
parent
3e2ece00bd
commit
1d49bea2f7
1 changed files with 11 additions and 0 deletions
|
@ -17,5 +17,16 @@
|
||||||
},
|
},
|
||||||
"web": {
|
"web": {
|
||||||
"host": "127.0.0.1:__PORT__"
|
"host": "127.0.0.1:__PORT__"
|
||||||
|
},
|
||||||
|
"panel": {
|
||||||
|
"email": {
|
||||||
|
"provider": "smtp",
|
||||||
|
"from": "pufferpanel@__DOMAIN__",
|
||||||
|
"host": "localhost",
|
||||||
|
"username": "__APP__",
|
||||||
|
"password": "__MAIL_PWD__",
|
||||||
|
"provider": "",
|
||||||
|
"key": ""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue