mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-07-31 20:07:44 +08:00
set default env prefix to WEED_
This commit is contained in:
parent
eb65cbf002
commit
5cdff56731
@ -995,6 +995,7 @@ func NewFlagSet(name string, errorHandling ErrorHandling) *FlagSet {
|
||||
f := &FlagSet{
|
||||
name: name,
|
||||
errorHandling: errorHandling,
|
||||
envPrefix: EnvPrefix,
|
||||
}
|
||||
return f
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user