Skip to content

Commit

Permalink
Update cookbook/symfony2/working-with-symfony2.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Aug 21, 2012
1 parent f40bfb5 commit 59dba2c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cookbook/symfony2/working-with-symfony2.markdown
Expand Up @@ -158,6 +158,7 @@ The recommended way to fill in these information is to use parameters:


{% highlight yaml %} {% highlight yaml %}
# app/config/config*.yml # app/config/config*.yml
# define the parameters in app/config/parameters.yml
propel: propel:
dbal: dbal:
driver: %database_driver% driver: %database_driver%
Expand All @@ -166,8 +167,6 @@ propel:
dsn: %database_driver%:host=%database_host%;dbname=%database_name%;charset=UTF8 dsn: %database_driver%:host=%database_host%;dbname=%database_name%;charset=UTF8
options: {} options: {}
attributes: {} attributes: {}

#define the parameters in app/config/parameters.yml
{% endhighlight %} {% endhighlight %}




Expand Down

0 comments on commit 59dba2c

Please sign in to comment.