partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit bcd512c5020a92dabbe46924f168eb27617507fe
parent 832964b261aabe9a24dbaf48a6529b032c426f8d
Author: Felicitus <felicitus@felicitus.org>
Date:   Sat, 18 Jul 2015 04:05:14 +0200

Added newline at the end of the config file

Diffstat:
Mapp/config/config.yml | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/app/config/config.yml b/app/config/config.yml @@ -66,6 +66,8 @@ doctrine: user: %database_user% password: %database_password% charset: UTF8 + server_version: 5.6 + # if using pdo_sqlite as your database driver, add the path in parameters.yml # e.g. database_path: %kernel.root_dir%/data/data.db3 # path: %database_path%