Best Practices for Environment-Specific Database Auth Tokens
I'm thinking about the best practice when it comes to things like database auth tokens for different environments. My initial approach was to just have a
DB_TOKEN env variable that is expected to be set to the right thing for the environment. I'm now wondering if it would be better / safer to explicitly mention the environment in the name..