mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-15 18:00:36 +01:00
98efffc2a6
Switch to utf8mb4 instead of utf8 because f*** MySQL See https://github.com/doctrine/dbal/pull/851
10 lines
269 B
YAML
10 lines
269 B
YAML
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
|