45 lines
756 B
Plaintext
45 lines
756 B
Plaintext
parameters:
|
|
|
|
extensions:
|
|
translation: Contributte\Translation\DI\TranslationExtension
|
|
|
|
translation:
|
|
locales:
|
|
whitelist: [cs]
|
|
default: cs
|
|
fallback: [cs]
|
|
dirs:
|
|
- %appDir%/lang
|
|
returnOriginalMessage: true # to not translate undefined messages, default is true
|
|
|
|
|
|
application:
|
|
errorPresenter:
|
|
4xx: Error:Error4xx
|
|
5xx: Error:Error5xx
|
|
mapping: App\UI\*\**Presenter
|
|
|
|
database:
|
|
dsn: 'mysql:host=mariadb;dbname=survey;charset=utf8mb4'
|
|
user: nette
|
|
password: nette
|
|
|
|
latte:
|
|
strictTypes: yes
|
|
strictParsing: yes
|
|
extensions:
|
|
- App\UI\Accessory\LatteExtension
|
|
|
|
session:
|
|
autoStart: true
|
|
save_handler: redis
|
|
save_path: 'tcp://redis?timeout=3'
|
|
|
|
services:
|
|
- App\Repository\SurveyRepository
|
|
|
|
di:
|
|
export:
|
|
parameters: no
|
|
tags: no
|