Created
April 29, 2013 06:44
-
-
Save anonymous/5480073 to your computer and use it in GitHub Desktop.
empty symfony parameters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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