improved install steps #6

Merged
andibraeu merged 3 commits from master into master 2014-07-29 23:03:37 +02:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit e9b10802d1 - Show all commits

View file

@ -60,7 +60,7 @@ doctrine:
charset: UTF8
# 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%"
path: "%database_path%"
orm:
auto_generate_proxy_classes: "%kernel.debug%"

View file

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