diff options
author | Lukas Reschke <lukas@owncloud.com> | 2014-11-28 16:58:09 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2014-11-28 16:58:09 +0100 |
commit | 18b6fc93329a31fc5578ab359878079a900387d5 (patch) | |
tree | a0c54f954db4fc07d87bd6f30414ad1ac276d861 /config | |
parent | 9a8dc4a832fad9264ea3a09d33b441bf0fb1717d (diff) | |
download | nextcloud-server-18b6fc93329a31fc5578ab359878079a900387d5.tar.gz nextcloud-server-18b6fc93329a31fc5578ab359878079a900387d5.zip |
Adjust sample config
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 433ff9af0fb..26cc356fd04 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -831,7 +831,7 @@ $CONFIG = array( /** * Database types that are supported for installation. (SQLite is available only in - * ownCloud Community Edition) + * ownCloud Community Edition, oci and mssql only for the Enterprise Edition) * * Available: * - sqlite (SQLite3) |