]> git.immae.eu Git - github/wallabag/wallabag.git/blame - app/config/tests/parameters_test.sqlite.yml
Add custom driver & schema manager for PostgreSQL 10
[github/wallabag/wallabag.git] / app / config / tests / parameters_test.sqlite.yml
CommitLineData
86732aa0
JB
1parameters:
2 test_database_driver: pdo_sqlite
a1661af1 3 test_database_driver_class: ~
86732aa0
JB
4 test_database_host: localhost
5 test_database_port:
6 test_database_name: ~
7 test_database_user: ~
8 test_database_password: ~
7ab5eb95 9 # Using an environnement variable in order to avoid the error "attempt to write a readonly database"
10 # when the schema is dropped then recreate
11 test_database_path: "%env(TEST_DATABASE_PATH)%"
9ca069a6 12 env(TEST_DATABASE_PATH): "%kernel.project_dir%/data/db/wallabag_test.sqlite"
fc79f1ff 13 test_database_charset: utf8