We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3aabe7 commit 583cb04Copy full SHA for 583cb04
init.sh
@@ -7,7 +7,7 @@ php console.php config:system:set trusted_domains 1 --value=server
7
php console.php config:system:set trusted_domains 2 --value=nextcloud.local
8
php console.php config:system:set trusted_domains 3 --value=thirdparty
9
# set 'tester' and 'https://tester' as tyrusted apps for the test suite to run
10
-php console.php config:app:set solid trustedApps --type=string --value='["https://tester", "tester"]'
+php console.php config:app:set solid trustedApps --value='["https://tester", "tester"]'
11
12
echo configured
13
mkdir -p /var/www/html/data/files_trashbin/versions
0 commit comments