Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-04-21 17:25:15 +0300
committerJulius Härtl <jus@bitgrid.net>2020-04-24 20:56:45 +0300
commitf63cb8ee1285b930154bff0c5fcd641f223bc191 (patch)
tree33ffe5201b8167e4511c82dc1c2dc3183b9b10c4
parentbbc94aa43b25e102169606b69443e69af9f358a5 (diff)
Allow calls to localhost
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--.drone.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 314d5f51..52e9f0b8 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -94,6 +94,7 @@ steps:
- bash ./tests/drone-server-setup.sh $APP_NAME $CORE_BRANCH $DB
- cd ../server
- ./occ app:enable $APP_NAME
+ - ./occ config:system:set allow_local_remote_servers --value 1
- cd apps/$APP_NAME
# Run integration tests