1
0
Fork 0
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:
ericgaspar 2023-10-29 09:52:37 +01:00
parent 3e2ece00bd
commit 1d49bea2f7

View file

@ -17,5 +17,16 @@
},
"web": {
"host": "127.0.0.1:__PORT__"
},
"panel": {
"email": {
"provider": "smtp",
"from": "pufferpanel@__DOMAIN__",
"host": "localhost",
"username": "__APP__",
"password": "__MAIL_PWD__",
"provider": "",
"key": ""
}
}
}