Skip to content

Instantly share code, notes, and snippets.

@Zayon
Created June 27, 2019 15:31
Show Gist options
  • Save Zayon/a08fcc03ee18e1daa648929b8eead51b to your computer and use it in GitHub Desktop.
Save Zayon/a08fcc03ee18e1daa648929b8eead51b to your computer and use it in GitHub Desktop.
fixtures-blog-post-config/packages/test/doctrine.yaml multiple connections
doctrine:
dbal:
connections:
default_connection: default
# Override each connection
default:
driver: pdo_sqlite
url: 'sqlite:'
path: "%kernel.cache_dir%/test_db.sqlite"
secondary:
driver: pdo_sqlite
url: 'sqlite:'
path: "%kernel.cache_dir%/secondary_test_db.sqlite"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment