aboutsummaryrefslogtreecommitdiffstats
path: root/testing/nextcloud/nextcloud-config.php
diff options
context:
space:
mode:
Diffstat (limited to 'testing/nextcloud/nextcloud-config.php')
-rw-r--r--testing/nextcloud/nextcloud-config.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/nextcloud/nextcloud-config.php b/testing/nextcloud/nextcloud-config.php
new file mode 100644
index 0000000000..e99829a7cc
--- /dev/null
+++ b/testing/nextcloud/nextcloud-config.php
@@ -0,0 +1,4 @@
+<?php
+$CONFIG = array (
+ 'datadirectory' => '/var/lib/nextcloud/data',
+);