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:
parent
ba21122a17
commit
8b279b0f04
1 changed files with 10 additions and 13 deletions
|
@ -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__"
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue