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