mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix the instruction
This commit is contained in:
parent
13ab1fdaf0
commit
dce2702e1b
|
@ -18,7 +18,7 @@ var cmdScaffold = &Command{
|
||||||
For example, the filer.toml mysql password can be overwritten by environment variable
|
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:
|
Environment variable rules:
|
||||||
* Prefix fix with "WEED_"
|
* Prefix the variable name with "WEED_"
|
||||||
* Upppercase the reset of variable name.
|
* Upppercase the reset of variable name.
|
||||||
* Replace '.' with '_'
|
* Replace '.' with '_'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue