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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthew Setter <matthew@matthewsetter.com>2019-11-13 12:15:09 +0300
committerMatthew Setter <matthew@matthewsetter.com>2019-11-13 12:15:09 +0300
commit6ae7af08524903729e22a55f63c8283304f9bb7e (patch)
tree9b46d0802a8342b12154258fab4beecbb2dd5926 /docs
parentac50f17e6b6448479167fa568e015ba356aa8fb8 (diff)
Update location to config file on macOS
This change also makes the list easier and quicker to read by reformatting the list as a table.
Diffstat (limited to 'docs')
-rw-r--r--docs/modules/ROOT/pages/advanced_usage/configuration_file.adoc15
1 files changed, 12 insertions, 3 deletions
diff --git a/docs/modules/ROOT/pages/advanced_usage/configuration_file.adoc b/docs/modules/ROOT/pages/advanced_usage/configuration_file.adoc
index 314c52d29..8a2cda7d9 100644
--- a/docs/modules/ROOT/pages/advanced_usage/configuration_file.adoc
+++ b/docs/modules/ROOT/pages/advanced_usage/configuration_file.adoc
@@ -3,9 +3,18 @@
The ownCloud Client reads a configuration file.
You can locate this configuration file as follows:
-On Linux distributions: `$HOME/.config/ownCloud/owncloud.cfg`
-On Microsoft Windows systems: `%APPDATA%\ownCloud\owncloud.cfg`
-On MAC OS X systems: `$HOME/Library/Preferences/ownCloud/owncloud.cfg`
+[cols="25%,75%",options="header"]
+|===
+| System
+| Location
+
+| *Linux*
+| `$HOME/.config/ownCloud/owncloud.cfg`
+| *Microsoft Windows*
+| `%APPDATA%\ownCloud\owncloud.cfg`
+| *macOS X*
+|`$HOME/Library/ApplicationSupport/ownCloud/owncloud.cfg`
+|===
The configuration file contains settings using the Microsoft Windows `.ini` file format.
You can overwrite changes using the ownCloud configuration dialog.