diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-01-14 18:15:07 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-01-15 09:35:39 +0100 |
commit | 73cd160bfc6e4a1b88f2117eb0c097a91ac5c753 (patch) | |
tree | c5ccc9fa57f243126538ae8d9a2f8c459c08bd8c /app/config/config.yml | |
parent | 1d405d0e62a708928bccd2222ebd89d4804231f9 (diff) | |
download | wallabag-73cd160bfc6e4a1b88f2117eb0c097a91ac5c753.tar.gz wallabag-73cd160bfc6e4a1b88f2117eb0c097a91ac5c753.tar.zst wallabag-73cd160bfc6e4a1b88f2117eb0c097a91ac5c753.zip |
Switch to Symfony 3 structure
Diffstat (limited to 'app/config/config.yml')
-rw-r--r-- | app/config/config.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index 5fac3192..133fc12f 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -21,7 +21,8 @@ framework: | |||
21 | trusted_proxies: ~ | 21 | trusted_proxies: ~ |
22 | session: | 22 | session: |
23 | # handler_id set to null will use default session handler from php.ini | 23 | # handler_id set to null will use default session handler from php.ini |
24 | handler_id: ~ | 24 | handler_id: session.handler.native_file |
25 | save_path: "%kernel.root_dir%/../var/sessions/%kernel.environment%" | ||
25 | fragments: ~ | 26 | fragments: ~ |
26 | http_method_override: true | 27 | http_method_override: true |
27 | 28 | ||