mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-21 05:47:23 +08:00
adjust example
This commit is contained in:
@@ -16,7 +16,7 @@ var cmdScaffold = &Command{
|
|||||||
|
|
||||||
The options can also be overwritten by environment variables.
|
The options can also be overwritten by environment variables.
|
||||||
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 fix with "WEED_"
|
||||||
* Upppercase the reset of variable name.
|
* Upppercase the reset of variable name.
|
||||||
|
Reference in New Issue
Block a user