From acffa5d735632a50b6910c801bea865ed51a9211 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 6 Nov 2014 15:39:03 +0100 Subject: [PATCH] create pamameters for travis to access to DB --- Tests/Fixtures/App/config/parameters.travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Tests/Fixtures/App/config/parameters.travis.yml 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