1
0
Fork 0
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:
ljf (zamentur) 2024-01-21 23:37:35 +01:00 committed by GitHub
parent d0fcac2802
commit cfeddfa329
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,8 @@
"lost_password_link": "",
"localstorage.allowsymlinks": true,
"simpleSignUpLink.shown": false,
"skeletondirectory": "/home/yunohost.app/__APP__/skeleton/{lang}",
"skeletondirectory": "__DATA_DIR__/skeleton/{lang}",
"mail_smtpmode": "smtp",
"mail_smtpport": "25",
"mail_smtpauth": 1,