diff --git a/.gitignore b/.gitignore index 571663e..1521188 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /app/config/parameters.yml +/app/config/parameters_heroku.yml /build/ build.xml /phpunit.xml diff --git a/app/config/parameters_heroku.yml b/app/config/parameters_heroku.yml deleted file mode 100644 index 7103b7e..0000000 --- a/app/config/parameters_heroku.yml +++ /dev/null @@ -1,11 +0,0 @@ -parameters: - database_host: us-cdbr-iron-east-04.cleardb.net - database_port: null - database_name: heroku_270dfe8a30a67bb - database_user: be4c44ae923a9f - database_password: 9914edc5 - mailer_transport: smtp - mailer_host: 127.0.0.1 - mailer_user: null - mailer_password: null - secret: ThisTokenIsNotSoSecretChangeIt