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
2024-01-22 06:13:39 +01:00

29 lines
No EOL
627 B
JSON

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