1
0
Fork 0
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:
Éric Gaspar 2024-07-01 17:38:24 +02:00
parent fcfc8b8dfd
commit 71fa08d4f7

View file

@ -2,7 +2,8 @@
"system": { "system": {
"datadirectory": "__DATA_DIR__/data/", "datadirectory": "__DATA_DIR__/data/",
"trusted_domains": [ "trusted_domains": [
"__DOMAIN__" "__DOMAIN__",
"localhost"
] ]
} }
} }