Basically, I push code to Github and then AppHarbor/Heroku has a hook that builds from the latest commit.
If I .gitignore the file itself, AppHarbor/Heroku can't have the built application connect to the database because it can only see what's commited.
Any suggestions?
When you push you code, we'll replace the value "Debug" depending on the current environment: While running unit tests "Environment" is set to "Test" and when your application is deployed and is running on a server, "Environment" equals "Release".- So does does the Key change, or the value change?