Last active
September 19, 2017 18:42
-
-
Save zomars/fcb796710cab08e2a73be3ec9097ee52 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
# 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