doughnut-wedding/app/config/config_dev.yml

57 lines
1.5 KiB
YAML

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
intercept_redirects: false
monolog:
handlers:
main:
type: stream
path: '%kernel.logs_dir%/%kernel.environment%.log'
level: debug
channels: ['!event']
formatter: colored_line_formatter
console:
type: console
channels: ['!event', '!doctrine']
redis_logger:
type: service
id: snc_redis.monolog.handler
level: debug
# 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
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'
swiftmailer:
transport: null
# disable_delivery: true
# transport: smtp
# delivery_addresses: ['info@doughnutwedding.com']
# sender_address: 'noreply@doughnutwedding.com'