This repository has been archived on 2024-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
calcifer/app/config/config_travis.yml
2016-07-06 08:42:39 +02:00

28 lines
No EOL
508 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
liip_functional_test: ~
doctrine:
dbal:
driver: "pdo_pgsql"
host: "localhost"
port: "5432"
dbname: "travis_ci_test"
user: "postgres"
password: ""
charset: UTF8