symfony - Should I use different secrets for each deployment of my Symfony2 app? -


i developing symfony2 webapp , have different deployments (develop, staging, productive). recommended use different secrets in app/config/parameters.yml or should use same secrets each deployment?

will problems occur if don't use same secrets or occur if use same ones?

using different secrets in different environments inevitable. elaborate, wont want use same database (if database not located in localhost) both production , development, example.

on other hand, why parameters.yml put in .gitignore default.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -