Skip to content

Instantly share code, notes, and snippets.

@zomars
Last active September 19, 2017 18:42
Show Gist options
  • Save zomars/fcb796710cab08e2a73be3ec9097ee52 to your computer and use it in GitHub Desktop.
Save zomars/fcb796710cab08e2a73be3ec9097ee52 to your computer and use it in GitHub Desktop.
# This is the DEVELOPMENT version of config_local.yml
# Database credentials.
database:
driver: mysql
databasename: bolt
username: database_user
password: 'hunter42'
# Use unoptimized theme in development
theme: base-inuitcss_dev
# Debug settings
debug: true
debug_show_loggedoff: true
debug_error_level: -1
debug_error_use_symfony: false # When set to true, Symfony Profiler will be used for exception display when possible
strict_variables: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment