aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-01-29 09:11:07 -0800
committerChris Lu <chris.lu@gmail.com>2020-01-29 09:11:07 -0800
commit8925f3305d6dc14e9750bd8eab92d614eb984edb (patch)
treebab0e9bafcf3d6d02db9394fe5daae44fcd3b3dc
parentd335f04de6861b571190c13bd7d65e9a0c02f187 (diff)
downloadseaweedfs-8925f3305d6dc14e9750bd8eab92d614eb984edb.tar.xz
seaweedfs-8925f3305d6dc14e9750bd8eab92d614eb984edb.zip
adjust example
-rw-r--r--weed/command/scaffold.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go
index 524bf5e13..3aebff396 100644
--- a/weed/command/scaffold.go
+++ b/weed/command/scaffold.go
@@ -16,7 +16,7 @@ var cmdScaffold = &Command{
The options can also be overwritten by environment variables.
For example, the filer.toml mysql password can be overwritten by environment variable
- export weed.mysql.password=some_password
+ export WEED_MYSQL_PASSWORD=some_password
Environment variable rules:
* Prefix fix with "WEED_"
* Upppercase the reset of variable name.