mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
__DATA_DIR__ instead of longer path
Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
This commit is contained in:
parent
d0fcac2802
commit
cfeddfa329
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@
|
||||||
"lost_password_link": "",
|
"lost_password_link": "",
|
||||||
"localstorage.allowsymlinks": true,
|
"localstorage.allowsymlinks": true,
|
||||||
"simpleSignUpLink.shown": false,
|
"simpleSignUpLink.shown": false,
|
||||||
"skeletondirectory": "/home/yunohost.app/__APP__/skeleton/{lang}",
|
"skeletondirectory": "__DATA_DIR__/skeleton/{lang}",
|
||||||
|
|
||||||
"mail_smtpmode": "smtp",
|
"mail_smtpmode": "smtp",
|
||||||
"mail_smtpport": "25",
|
"mail_smtpport": "25",
|
||||||
"mail_smtpauth": 1,
|
"mail_smtpauth": 1,
|
||||||
|
|
Loading…
Add table
Reference in a new issue