Externalized configuration pattern
Table of Contents
Externalize all application configuration regarding infrastructure services like database servers, service registries, message brokers, etc and third party services like payment processing, email and messaging, etc. On startup, a service reads the configuration from an external source.
Examples
Config server
Externalized application configuration service