Skip to content

Instantly share code, notes, and snippets.

@somoza
Forked from serapheem/databases.yml
Created June 10, 2018 21:46
Show Gist options
  • Save somoza/38a7f756543ab6befb9f75bb326cca9d to your computer and use it in GitHub Desktop.
Save somoza/38a7f756543ab6befb9f75bb326cca9d to your computer and use it in GitHub Desktop.
Symfony - SQLite database connection
test:
doctrine:
param:
dsn: 'sqlite::memory:'
# dsn: 'mysql:host=localhost;dbname=clipkit_dev'
# dsn: 'sqlite:%SF_DATA_DIR%/test-doctrine.db'
statistic:
param:
dsn: 'sqlite::memory:'
tracking:
param:
dsn: 'sqlite::memory:'
xhprof:
param:
dsn: 'sqlite::memory:'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment