wallabag/app/config/tests/parameters_test.mysql.yml

10 lines
269 B
YAML
Raw Normal View History

parameters:
test_database_driver: pdo_mysql
test_database_host: localhost
test_database_port: 3306
test_database_name: wallabag_test
test_database_user: root
test_database_password: ~
test_database_path: ~
test_database_charset: utf8mb4