2016-04-12 22:00:26 +02:00
|
|
|
parameters:
|
|
|
|
test_database_driver: pdo_mysql
|
2022-04-11 21:50:03 +02:00
|
|
|
test_database_host: 127.0.0.1
|
2016-04-12 22:00:26 +02:00
|
|
|
test_database_port: 3306
|
|
|
|
test_database_name: wallabag_test
|
|
|
|
test_database_user: root
|
2020-11-23 22:39:32 +01:00
|
|
|
test_database_password: root
|
2016-04-12 22:00:26 +02:00
|
|
|
test_database_path: ~
|
2017-05-15 20:47:59 +02:00
|
|
|
env(TEST_DATABASE_PATH): ~
|
2016-10-01 10:52:13 +02:00
|
|
|
test_database_charset: utf8mb4
|