diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/config/config.yml | 2 | ||||
-rw-r--r-- | app/config/parameters.yml.dist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index 25f66471..ca7fb467 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -58,7 +58,7 @@ doctrine: | |||
58 | # e.g. database_path: "%kernel.root_dir%/data/data.db3" | 58 | # e.g. database_path: "%kernel.root_dir%/data/data.db3" |
59 | # 2. Uncomment database_path in parameters.yml.dist | 59 | # 2. Uncomment database_path in parameters.yml.dist |
60 | # 3. Uncomment next line: | 60 | # 3. Uncomment next line: |
61 | # path: "%database_path%" | 61 | path: "%database_path%" |
62 | 62 | ||
63 | orm: | 63 | orm: |
64 | auto_generate_proxy_classes: "%kernel.debug%" | 64 | auto_generate_proxy_classes: "%kernel.debug%" |
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 |