wallabag/app/config/parameters_test.yml
Thomas Citharel e48b238a3e fix tests
2017-06-06 16:18:25 +02:00

12 lines
410 B
YAML

parameters:
test_database_driver: pdo_sqlite
test_database_host: 127.0.0.1
test_database_port: null
test_database_name: null
test_database_user: null
test_database_password: null
test_database_path: "%env(TEST_DATABASE_PATH)%"
env(TEST_DATABASE_PATH): "%kernel.root_dir%/../data/db/wallabag_test.sqlite"
test_database_charset: utf8
domain_name: 'http://v2.wallabag.org'