doughnut-wedding/app/config/config_dev.yml

57 lines
1.5 KiB
YAML
Raw Normal View History

2017-03-29 09:24:59 -07:00
imports:
- { resource: config.yml }
framework:
router:
resource: '%kernel.root_dir%/config/routing_dev.yml'
strict_requirements: true
profiler: { only_exceptions: false }
web_profiler:
toolbar: true
2017-04-25 15:45:32 -07:00
intercept_redirects: false
2017-03-29 09:24:59 -07:00
monolog:
handlers:
main:
type: stream
path: '%kernel.logs_dir%/%kernel.environment%.log'
level: debug
channels: ['!event']
formatter: colored_line_formatter
2017-03-29 09:24:59 -07:00
console:
type: console
channels: ['!event', '!doctrine']
redis_logger:
type: service
id: snc_redis.monolog.handler
level: debug
2017-03-29 09:24:59 -07:00
# uncomment to get logging in your browser
# you may have to allow bigger header sizes in your Web server configuration
#firephp:
# type: firephp
# level: info
#chromephp:
# type: chromephp
# level: info
2017-05-05 22:49:54 -07:00
vich_uploader:
storage: gaufrette
mappings:
gallery_image:
upload_destination: cloud
uri_prefix: /
#storage: file_system
#mappings:
# gallery_image:
# uri_prefix: /images/gallery
# upload_destination: '%kernel.root_dir%/../web/images/gallery'
2017-03-29 09:24:59 -07:00
2017-04-26 21:32:43 -07:00
swiftmailer:
transport: null
2017-04-22 12:43:30 -07:00
# disable_delivery: true
# transport: smtp
# delivery_addresses: ['info@doughnutwedding.com']
# sender_address: 'noreply@doughnutwedding.com'