How-to articles, tricks, and solutions about CONFIG
Get environment value in controller
To get an environment value in a PHP controller, you can use the getenv function.
Spring Boot and multiple external configuration files
To use multiple external configuration files with Spring Boot, you can use the spring.config.name property to specify the names of the configuration files.