google / exposure-notifications-server

Exposure Notification Reference Server | Covid-19 Exposure Notifications
https://www.google.com/covid19/exposurenotifications/
Apache License 2.0
2.44k stars 311 forks source link

Add special "_all" key to apply to all service environments #1496

Closed sethvargo closed 3 years ago

sethvargo commented 3 years ago

This makes it easier (and less error-prone) to set a common configuration like LOG_LEVEL on all services at once.

Release Note

Add special "_all" key to apply to all service environments. The special key `_all` will apply to all services. This is useful for common configuration like log-levels. A service-specific configuration overrides a value in `_all`. There are no default values for `_all`, so the default behavior is unchanged.