Obvody/config/common.neon

28 lines
332 B
Plaintext

parameters:
application:
errorPresenter:
4xx: Error:Error4xx
5xx: Error:Error5xx
mapping: App\Presentation\*\**Presenter
database:
dsn: 'sqlite::memory:'
user:
password:
latte:
strictTypes: yes
strictParsing: yes
extensions:
- App\Presentation\Accessory\LatteExtension
di:
export:
parameters: no
tags: no