What is the best way to store environment specific variables for Java Google App Engine. Right now I am storing the different values for urls or index names in a properties files. I just keep getting nervous that I will forget to change the values used for my local machine to the production next time I deploy.
Is there something we can set in app engine for our app to pull from when it's running on app engine and a file for local for example?