mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-13 20:41:04 +00:00
98efffc2a6
Switch to utf8mb4 instead of utf8 because f*** MySQL See https://github.com/doctrine/dbal/pull/851
9 lines
263 B
YAML
9 lines
263 B
YAML
parameters:
|
|
test_database_driver: pdo_pgsql
|
|
test_database_host: localhost
|
|
test_database_port:
|
|
test_database_name: wallabag_test
|
|
test_database_user: travis
|
|
test_database_password: ~
|
|
test_database_path: ~
|
|
test_database_charset: utf8
|