Support external configuration files
See original GitHub issueHello, In addition of this issue, it could be nice to support external configuration files. I usually externalize all the configuration files from WAR/JAR in order to handle multi environment deployments with the same artifact ( DEV -> PROD ).
For instance, when we run the application, I could apply the configuration files as following :
java -jar my_app.jar -Dconfig=microservice-config.properties
Thanks Regards Alexandre Touret
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:31 (22 by maintainers)
Top Results From Across the Web
Using the Externalized Configuration Files
On startup, API Gateway reads config-sources.yml file and loads all the external configuration source files that it references. The settings in the externalized...
Read more >21. Externalized Configuration - Spring
You can use properties files, YAML files, environment variables and command-line arguments to externalize configuration. Property values can be injected ...
Read more >Build Once, Run Anywhere: Externalize Your Configuration
Configuration parameters can be externalized by using configuration files, command-line parameters or environment variables. Written By: Tom ...
Read more >External Configuration Store pattern - Azure Architecture Center
Examine the External Configuration Store pattern, which moves configuration information out of the application deployment package to a centralized location.
Read more >External Configuration Files - SAP Help Portal
External configuration files are stored under the XMLHardener node, which is directly under theConfigurations node in the configurations tree. You can upload ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@jbee thanks, I have now updated all occurences.
Hello, Sorry for the delay.
Thanks @Emily-Jiang for your proposal. It solves my problem.
Regards