From: Nicolas LÅ“uillet Date: Wed, 4 Feb 2015 20:34:03 +0000 (+0100) Subject: forgot one parameter X-Git-Tag: 2.0.0-alpha.0~100 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=1b0e6e9ae6c7c294a911018e8fdd60f8630e3b7b;p=github%2Fwallabag%2Fwallabag.git forgot one parameter --- diff --git a/app/config/parameters.yml.dist b/app/config/parameters.yml.dist index 9c12150d..e1be2e6e 100644 --- a/app/config/parameters.yml.dist +++ b/app/config/parameters.yml.dist @@ -1,6 +1,7 @@ # This file is a "template" of what your parameters.yml file should look like parameters: database_driver: pdo_sqlite + database_host: 127.0.0.1 database_port: ~ database_name: symfony database_user: root