mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-28 05:15:00 +08:00
docs(command): readability fixes (#3686)
Signed-off-by: Ryan Russell <git@ryanrussell.org> Signed-off-by: Ryan Russell <git@ryanrussell.org>
This commit is contained in:
parent
150ce9f3f6
commit
f6d391c9da
@ -22,7 +22,7 @@ var cmdScaffold = &Command{
|
|||||||
export WEED_MYSQL_PASSWORD=some_password
|
export WEED_MYSQL_PASSWORD=some_password
|
||||||
Environment variable rules:
|
Environment variable rules:
|
||||||
* Prefix the variable name with "WEED_"
|
* Prefix the variable name with "WEED_"
|
||||||
* Upppercase the reset of variable name.
|
* Uppercase the reset of variable name.
|
||||||
* Replace '.' with '_'
|
* Replace '.' with '_'
|
||||||
|
|
||||||
`,
|
`,
|
||||||
|
@ -314,7 +314,7 @@ dialTimeOut = 10
|
|||||||
# To add path-specific filer store:
|
# To add path-specific filer store:
|
||||||
#
|
#
|
||||||
# 1. Add a name following the store type separated by a dot ".". E.g., cassandra.tmp
|
# 1. Add a name following the store type separated by a dot ".". E.g., cassandra.tmp
|
||||||
# 2. Add a location configuraiton. E.g., location = "/tmp/"
|
# 2. Add a location configuration. E.g., location = "/tmp/"
|
||||||
# 3. Copy and customize all other configurations.
|
# 3. Copy and customize all other configurations.
|
||||||
# Make sure they are not the same if using the same store type!
|
# Make sure they are not the same if using the same store type!
|
||||||
# 4. Set enabled to true
|
# 4. Set enabled to true
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
# send and receive filer updates for each file to an external message queue
|
# send and receive filer updates for each file to an external message queue
|
||||||
####################################################
|
####################################################
|
||||||
[notification.log]
|
[notification.log]
|
||||||
# this is only for debugging perpose and does not work with "weed filer.replicate"
|
# this is only for debugging purpose and does not work with "weed filer.replicate"
|
||||||
enabled = false
|
enabled = false
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user