Skip to content

Instantly share code, notes, and snippets.

@kalifg
Created May 6, 2013 20:43
Show Gist options
  • Save kalifg/5528045 to your computer and use it in GitHub Desktop.
Save kalifg/5528045 to your computer and use it in GitHub Desktop.
imports:
- resource: config_dev.yml
- resource: ../../config/doctrine/doctrine_dev_local.yml
framework:
test: ~
session:
storage_id: session.storage.mock_file
# If you need to load local routings
router: { resource: "%kernel.root_dir%/../config/routing/routing_dev_local.yml" }
parameters:
redis_host: 127.0.0.1
redis_port: 6379
redis_password: ''
web_profiler:
toolbar: true
intercept_redirects: false
# If you need to override existing domains
chess:
domains:
main_host: www.c.com
secure_host: secure.c.com
blog_host: blog.c.com
live_host: www.c.com
# # If you don't have ssl
# chess:
# use_ssl: false
assetic:
debug: true
use_controller: true
write_to: %kernel.root_dir%/../web_writeable
monolog:
handlers:
main:
type: stream
path: %chess.logs_dir%/%kernel.environment%.log
level: debug
firephp:
type: firephp
level: info
chromephp:
type: chromephp
level: info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment