mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
Update config_install.json
This commit is contained in:
parent
fcfc8b8dfd
commit
71fa08d4f7
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
||||||
"system": {
|
"system": {
|
||||||
"datadirectory": "__DATA_DIR__/data/",
|
"datadirectory": "__DATA_DIR__/data/",
|
||||||
"trusted_domains": [
|
"trusted_domains": [
|
||||||
"__DOMAIN__"
|
"__DOMAIN__",
|
||||||
|
"localhost"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue