diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2014-08-13 12:55:14 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2014-08-18 16:52:48 +0200 |
commit | c9903f2e68adb5a4326c85f5dbb2b1fd48f3cfba (patch) | |
tree | 45c22b0f64e3235c83497b143c901e758f76b11a /config | |
parent | a4b416f115d551b8b1c6a5953ef87bb728697f33 (diff) | |
download | nextcloud-server-c9903f2e68adb5a4326c85f5dbb2b1fd48f3cfba.tar.gz nextcloud-server-c9903f2e68adb5a4326c85f5dbb2b1fd48f3cfba.zip |
make share folder configurable
Diffstat (limited to 'config')
-rwxr-xr-x | config/config.sample.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 1cf2c22866a..373e6e6b216 100755 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -339,4 +339,9 @@ $CONFIG = array( ), ), +/** + * define default folder for shared files and folders + */ +'share_folder' => '/', + ); |