mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 11:01:04 +00:00
5 lines
290 B
YAML
5 lines
290 B
YAML
parameters:
|
|
# Using an environment variable in order to avoid the error "attempt to write a readonly database"
|
|
# when the schema is dropped then recreate
|
|
database_path: "%env(TEST_DATABASE_PATH)%"
|
|
env(TEST_DATABASE_PATH): "%kernel.project_dir%/data/db/wallabag_test.sqlite"
|