Added postgresql to the manual and choose a more generic sqlite database name.
This commit is contained in:
parent
9812ca9fb5
commit
bf2ddbea4a
2 changed files with 3 additions and 2 deletions
2
app/config/parameters.yml.dist
Normal file → Executable file
2
app/config/parameters.yml.dist
Normal file → Executable 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
|
||||
|
|
Reference in a new issue