mirror of
https://github.com/YunoHost-Apps/pufferpanel_ynh.git
synced 2024-09-03 20:16:03 +02:00
29 lines
No EOL
627 B
JSON
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__"
|
|
}
|
|
} |