mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
Switch to utf8mb4 instead of utf8 because f*** MySQL See https://github.com/doctrine/dbal/pull/851
9 lines
300 B
YAML
9 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
|