Commit ddd4c06e3706a2beb2fc90cb9497aa715f104657
Committed by
Eduardo Santos
1 parent
b98bf084
Exists in
master
and in
1 other branch
Ativa o cache de consultas em produção
Showing
1 changed file
with
6 additions
and
5 deletions
Show diff stats
app/config/config_prod.yml
1 | 1 | imports: |
2 | 2 | - { resource: config.yml } |
3 | 3 | |
4 | -#doctrine: | |
5 | -# orm: | |
6 | -# metadata_cache_driver: apc | |
7 | -# result_cache_driver: apc | |
8 | -# query_cache_driver: apc | |
4 | +doctrine: | |
5 | + orm: | |
6 | + auto_mapping: true | |
7 | + metadata_cache_driver: apc | |
8 | + result_cache_driver: apc | |
9 | + query_cache_driver: apc | |
9 | 10 | |
10 | 11 | monolog: |
11 | 12 | handlers: | ... | ... |