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

fix config file

This commit is contained in:
OniriCorpe 2024-01-22 05:42:44 +01:00
parent ba21122a17
commit 8b279b0f04

View file

@ -7,26 +7,23 @@
},
"web": {
"files": "__INSTALL_DIR__"
}
},
"daemon": {
"data": {
"cache": "__DATA_DIR__/cache",
"servers": "__DATA_DIR__/servers"
}
},
"web": {
"host": "127.0.0.1:__PORT__"
},
"panel": {
},
"email": {
"provider": "smtp",
"from": "__EMAIL__",
"host": "localhost",
"username": "__APP__",
"password": "__MAIL_PWD__",
"provider": "",
"key": ""
}
},
"daemon": {
"data": {
"cache": "/var/lib/__APP__/cache",
"servers": "/var/lib/__APP__/servers"
}
},
"web": {
"host": "127.0.0.1:__PORT__"
}
}