question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support external configuration files

See original GitHub issue

Hello, 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:open
  • Created 4 years ago
  • Reactions:1
  • Comments:31 (22 by maintainers)

github_iconTop GitHub Comments

1reaction
Emily-Jiangcommented, Aug 24, 2020

@jbee thanks, I have now updated all occurences.

1reaction
alexandre-touretcommented, Jun 24, 2020

Hello, Sorry for the delay.

Thanks @Emily-Jiang for your proposal. It solves my problem.

Regards

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found