1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pufferpanel_ynh.git synced 2024-09-03 20:16:03 +02:00
pufferpanel_ynh/conf/config.json
ericgaspar 5783fc2152 fix
2023-10-29 09:56:46 +01:00

32 lines
660 B
JSON

{
"logs": "/var/log/__APP__",
"panel": {
"database": {
"dialect": "postgresql",
"url": "user=__DB_USER__ password=__DB_PWD__ dbname=__DB_NAME__ port=9920 sslmode=disable"
},
"web": {
"files": "__INSTALL_DIR__"
}
},
"daemon": {
"data": {
"cache": "/var/lib/__APP__/cache",
"servers": "/var/lib/__APP__/servers"
}
},
"web": {
"host": "127.0.0.1:__PORT__"
},
"panel": {
"email": {
"provider": "smtp",
"from": "pufferpanel@__DOMAIN__",
"host": "localhost",
"username": "__APP__",
"password": "__MAIL_PWD__",
"provider": "",
"key": ""
}
}
}