first commit
This commit is contained in:
32
app/config/config_prod.yml
Normal file
32
app/config/config_prod.yml
Normal file
@@ -0,0 +1,32 @@
|
||||
imports:
|
||||
- { resource: config.yml }
|
||||
|
||||
#framework:
|
||||
# validation:
|
||||
# cache: validator.mapping.cache.apc
|
||||
# serializer:
|
||||
# cache: serializer.mapping.cache.apc
|
||||
|
||||
#doctrine:
|
||||
# orm:
|
||||
# metadata_cache_driver: apc
|
||||
# result_cache_driver: apc
|
||||
# query_cache_driver: apc
|
||||
|
||||
monolog:
|
||||
handlers:
|
||||
main:
|
||||
type: fingers_crossed
|
||||
action_level: error
|
||||
handler: nested
|
||||
nested:
|
||||
type: stream
|
||||
path: '%env(PS_LOG_OUTPUT)%'
|
||||
level: debug
|
||||
console:
|
||||
type: console
|
||||
|
||||
doctrine:
|
||||
orm:
|
||||
metadata_cache_driver: "%cache.driver%"
|
||||
query_cache_driver: "%cache.driver%"
|
||||
Reference in New Issue
Block a user