diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-22 17:18:56 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-22 17:18:56 +0100 |
commit | 9d50517ceaeadaba227ccdbaa43a5918abd16728 (patch) | |
tree | 5aa92beb3250895079690d7ecb8b3ddde28cda15 /app/config | |
parent | 2b9fe72b397a239c40f8c66d83506e0e2e8d5854 (diff) | |
download | wallabag-9d50517ceaeadaba227ccdbaa43a5918abd16728.tar.gz wallabag-9d50517ceaeadaba227ccdbaa43a5918abd16728.tar.zst wallabag-9d50517ceaeadaba227ccdbaa43a5918abd16728.zip |
migrating legacy to symfony
Diffstat (limited to 'app/config')
-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 |