mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-16 10:22:14 +01:00
98efffc2a6
Switch to utf8mb4 instead of utf8 because f*** MySQL See https://github.com/doctrine/dbal/pull/851
10 lines
300 B
YAML
10 lines
300 B
YAML
parameters:
|
|
test_database_driver: pdo_sqlite
|
|
test_database_host: localhost
|
|
test_database_port:
|
|
test_database_name: ~
|
|
test_database_user: ~
|
|
test_database_password: ~
|
|
test_database_path: "%kernel.root_dir%/../data/db/wallabag_test.sqlite"
|
|
test_database_charset: utf8mb4
|