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/config.yml | |
parent | 2b9fe72b397a239c40f8c66d83506e0e2e8d5854 (diff) | |
download | wallabag-9d50517ceaeadaba227ccdbaa43a5918abd16728.tar.gz wallabag-9d50517ceaeadaba227ccdbaa43a5918abd16728.tar.zst wallabag-9d50517ceaeadaba227ccdbaa43a5918abd16728.zip |
migrating legacy to symfony
Diffstat (limited to 'app/config/config.yml')
-rw-r--r-- | app/config/config.yml | 2 |
1 files changed, 1 insertions, 1 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%" |