Added postgresql to the manual and choose a more generic sqlite database name.

This commit is contained in:
Tim Schumacher 2014-07-29 16:15:10 +02:00
parent 9812ca9fb5
commit bf2ddbea4a
2 changed files with 3 additions and 2 deletions

2
app/config/parameters.yml.dist Normal file → Executable file
View file

@ -5,7 +5,7 @@ parameters:
database_name: symfony
database_user: root
database_password: ~
database_path: "%kernel.root_dir%/ffcal.sqlite3"
database_path: "%kernel.root_dir%/calcifer.sqlite3"
mailer_transport: smtp
mailer_host: 127.0.0.1