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