diff options
Diffstat (limited to 'app/config/parameters.yml.dist')
-rw-r--r-- | app/config/parameters.yml.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/config/parameters.yml.dist b/app/config/parameters.yml.dist index 26a23f54..5ccac492 100644 --- a/app/config/parameters.yml.dist +++ b/app/config/parameters.yml.dist | |||
@@ -7,7 +7,7 @@ parameters: | |||
7 | database_user: root | 7 | database_user: root |
8 | database_password: ~ | 8 | database_password: ~ |
9 | # You should uncomment this if you want use pdo_sqlite | 9 | # You should uncomment this if you want use pdo_sqlite |
10 | # database_path: "%kernel.root_dir%/data.db3" | 10 | database_path: "%kernel.root_dir%/data/db/poche.sqlite" |
11 | 11 | ||
12 | mailer_transport: smtp | 12 | mailer_transport: smtp |
13 | mailer_host: 127.0.0.1 | 13 | mailer_host: 127.0.0.1 |