Skip to content

Instantly share code, notes, and snippets.

@Plou
Forked from anonymous/parameters.yml
Created April 29, 2013 06:45
Show Gist options
  • Save Plou/5480079 to your computer and use it in GitHub Desktop.
Save Plou/5480079 to your computer and use it in GitHub Desktop.
git ignored files of conf from Symfony2
parameters:
database_driver: pdo_mysql
database_host: localhost
database_port: ~
database_name: -
database_user: -
database_password: -
mailer_transport: smtp
mailer_host: localhost
mailer_user: ~
mailer_password: ~
locale: en
secret: ThisTokenIsNotSoSecretChangeIt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment