From 80709502c73c83e2c0d362fe9e485029cfc2708e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 28 Jan 2015 13:43:23 +0100 Subject: fix parameters config --- app/config/parameters.yml.dist | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'app/config/parameters.yml.dist') diff --git a/app/config/parameters.yml.dist b/app/config/parameters.yml.dist index 36e3fe7f..977ab1a8 100644 --- a/app/config/parameters.yml.dist +++ b/app/config/parameters.yml.dist @@ -1,12 +1,6 @@ # This file is a "template" of what your parameters.yml file should look like parameters: - database_driver: pdo_mysql - database_host: 127.0.0.1 - database_port: ~ - database_name: symfony - database_user: root - database_password: ~ - # You should uncomment this if you want use pdo_sqlite + database_driver: pdo_sqlite database_path: "%kernel.root_dir%/data/db/poche.sqlite" mailer_transport: smtp -- cgit v1.2.3