mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-18 23:47:55 +08:00

* WEED_CLUSTER_SW_* Environment Variables should not be passed to allInOne config * address comment * address comments Fixed filtering logic: Replaced specific key matching with regex patterns that catch ALL WEED_CLUSTER_*_MASTER and WEED_CLUSTER_*_FILER variables: } Corrected merge precedence: Fixed the merge order so global environment variables properly override allInOne variables: * refactoring