wallabag/app/config/config_test.yml

32 lines
632 B
YAML
Raw Normal View History

2015-01-22 07:30:07 +00:00
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:
2015-03-07 22:25:36 +00:00
# to be able to read emails sent
spool:
type: file
doctrine:
dbal:
driver: pdo_sqlite
path: %kernel.root_dir%/../data/db/wallabag_test.sqlite
host: localhost
2015-03-27 18:46:36 +00:00
orm:
metadata_cache_driver:
type: service
id: filesystem_cache
query_cache_driver:
type: service
id: filesystem_cache