summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-07-31 13:22:32 -0400
committerJoramWilander <jwawilander@gmail.com>2015-07-31 13:22:32 -0400
commit70669c51103a1ff040e9482b6686d7fc8ff5fad8 (patch)
treebfcdd5d74702480f244c607fe1609b22ca8fae08 /README.md
parentb1993dc02c5db182e314c2e3c910e6942cbb024f (diff)
downloadchat-70669c51103a1ff040e9482b6686d7fc8ff5fad8.tar.gz
chat-70669c51103a1ff040e9482b6686d7fc8ff5fad8.tar.bz2
chat-70669c51103a1ff040e9482b6686d7fc8ff5fad8.zip
replaced 'fiddle' with 'adjust' to be more clear
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7093f9902..55be7bbaf 100644
--- a/README.md
+++ b/README.md
@@ -116,7 +116,7 @@ AWS Elastic Beanstalk Setup (Docker)
Configuration Settings
----------------------
-There are a few configuration settings you might want to fiddle with when setting up your instance of Mattermost. You can edit them in ./config/config.json or ./config/config/config_docker.json if you're running a docker instance.
+There are a few configuration settings you might want to adjust when setting up your instance of Mattermost. You can edit them in ./config/config.json or ./config/config/config_docker.json if you're running a docker instance.
* *EmailSettings*:*ByPassEmail* - If this is set to true, then users on the system will not need to verify their email addresses when signing up. In addition, no emails will ever be sent.
* *ServiceSettings*:*UseLocalStorage* - If this is set to true, then your Mattermost server will store uploaded files in the storage directory specified by *StorageDirectory*. *StorageDirectory* must be set if *UseLocalStorage* is set to true.