27 lines
413 B
Plaintext
27 lines
413 B
Plaintext
parameters:
|
|
|
|
|
|
application:
|
|
errorPresenter:
|
|
4xx: Error:Error4xx
|
|
5xx: Error:Error5xx
|
|
mapping: App\Presentation\*\**Presenter
|
|
|
|
|
|
database:
|
|
dsn: 'sqlsrv:server=localhost;Database=obvody;TrustServerCertificate=true;LoginTimeout=6;'
|
|
user: sa
|
|
password: Leviathan8
|
|
|
|
latte:
|
|
strictTypes: yes
|
|
strictParsing: yes
|
|
extensions:
|
|
- App\Presentation\Accessory\LatteExtension
|
|
|
|
|
|
di:
|
|
export:
|
|
parameters: no
|
|
tags: no
|