Skip to content

Instantly share code, notes, and snippets.

@Etheriq
Created October 21, 2015 11:14
Show Gist options
  • Save Etheriq/e89ae4a55394154c7f3c to your computer and use it in GitHub Desktop.
Save Etheriq/e89ae4a55394154c7f3c to your computer and use it in GitHub Desktop.
example config_test.yml for using alternative db
doctrine:
dbal:
default_connection: default
connections:
default:
driver: pdo_sqlite
memory: true
charset: UTF8
mapping_types:
enum: string
path: %kernel.cache_dir%/test.db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment