From 7da0d9373e180897fde735e538687e7a36bfe835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 16 Oct 2015 23:34:46 +0200 Subject: [PATCH] add a parameter file for CI --- Tests/Fixtures/App/config/parameters.gitlab-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Tests/Fixtures/App/config/parameters.gitlab-ci.yml diff --git a/Tests/Fixtures/App/config/parameters.gitlab-ci.yml b/Tests/Fixtures/App/config/parameters.gitlab-ci.yml new file mode 100644 index 000000000..232b67894 --- /dev/null +++ b/Tests/Fixtures/App/config/parameters.gitlab-ci.yml @@ -0,0 +1,11 @@ +parameters: + database_host: 127.0.0.1 + database_port: 5432 + database_name: postgres + database_user: postgres + database_password: postgres + locale: fr + secret: ThisTokenIsNotSoSecretChangeIt + debug_toolbar: true + debug_redirects: false + use_assetic_controller: true \ No newline at end of file