Created
October 14, 2013 14:46
-
-
Save KuiKui/6976835 to your computer and use it in GitHub Desktop.
This file contains 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
# config_test.yml | |
doctrine: | |
dbal: | |
connections: | |
myconnection: | |
driver: pdo_sqlite | |
path: %kernel.cache_dir%/myconnection.sqlite.db | |
charset: UTF8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment