mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-18 07:08:28 +00:00
32da2a70ef
Re-defined the config / user relation to be OneToOne bidirectionnal. ConfigType is now a service so I can inject the list of available themes that are also used by LiipThemeBundle Force sqlite for test In case of people use a different driver in parameter.yml (yes I do :))
22 lines
406 B
YAML
22 lines
406 B
YAML
imports:
|
|
- { resource: config_dev.yml }
|
|
|
|
framework:
|
|
test: ~
|
|
session:
|
|
storage_id: session.storage.mock_file
|
|
profiler:
|
|
collect: false
|
|
|
|
web_profiler:
|
|
toolbar: false
|
|
intercept_redirects: false
|
|
|
|
swiftmailer:
|
|
disable_delivery: true
|
|
|
|
doctrine:
|
|
dbal:
|
|
driver: pdo_sqlite
|
|
path: %kernel.root_dir%/../data/db/wallabag_test.sqlite
|
|
host: localhost
|