34 lines
691 B
Plaintext
34 lines
691 B
Plaintext
parameters:
|
|
# Přihlašovací údaje ke klientským DB serverům
|
|
mssql:
|
|
host: "localhost" # Výchozí záložní host
|
|
username: "kufrik"
|
|
password: "giteaKufrik_2026!"
|
|
default_db: "kufrik"
|
|
|
|
|
|
application:
|
|
errorPresenter:
|
|
4xx: Error:Error4xx
|
|
5xx: Error:Error5xx
|
|
mapping: App\UI\*\**Presenter
|
|
|
|
|
|
database:
|
|
dsn: 'sqlsrv:server=localhost;Database=kufrik;LoginTimeout=3;'
|
|
user: 'kufrik'
|
|
password: 'giteaKufrik_2026!'
|
|
autowired: false # Vypnuto, abychom jako výchozí Explorer používali kufrikExplorer
|
|
|
|
latte:
|
|
strictTypes: yes
|
|
strictParsing: yes
|
|
extensions:
|
|
- App\UI\Accessory\LatteExtension
|
|
|
|
|
|
di:
|
|
export:
|
|
parameters: no
|
|
tags: no
|