Commit 9305e966074c8473ad81c8b128578c2b1b5a671a
1 parent
b78b615b
Exists in
master
and in
1 other branch
Muda configurações de produção e remove arquivos inutilizados
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
app/config/config.yml
... | ... | @@ -15,8 +15,9 @@ framework: |
15 | 15 | templating: { engines: ['twig'] } #assets_version: SomeVersionScheme |
16 | 16 | default_locale: "%locale%" |
17 | 17 | # trusted_proxies: ~ |
18 | - session: | |
19 | - handler_id: session.handler.pdo | |
18 | + session: ~ | |
19 | +# session: | |
20 | +# handler_id: session.handler.pdo | |
20 | 21 | |
21 | 22 | parameters: |
22 | 23 | pdo.db_options: | ... | ... |