Created
May 6, 2013 20:43
-
-
Save kalifg/5528045 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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