Search Results

1
vote
5answers
211 views

What is the best way to deal with environment specific configuration in java?

I have an application running in tomcat that has a bunch of configuration files that are different for each environment it runs in (dev, testing, and production). But not every line in a config fil …
0
votes

What’s the best practice for handling system-specific information under version control?

Sounds like your production code is a full on git repository and to update production you do a git pull? You might want to try a separate build process that checks the code out of your …