diff --git a/Tests/Fixtures/App/config/parameters.travis.yml b/Tests/Fixtures/App/config/parameters.travis.yml new file mode 100644 index 000000000..dc7c5af9a --- /dev/null +++ b/Tests/Fixtures/App/config/parameters.travis.yml @@ -0,0 +1,12 @@ +# This file is auto-generated during the composer install +parameters: + database_host: 127.0.0.1 + database_port: 5432 + database_name: test0 + database_user: postgres + database_password: postgres + locale: fr + secret: ThisTokenIsNotSoSecretChangeIt + debug_toolbar: true + debug_redirects: false + use_assetic_controller: true