31 lines
522 B
Plaintext
Executable File
31 lines
522 B
Plaintext
Executable File
includes:
|
|
- ext/nettrine.neon
|
|
- ext/contributte.neon
|
|
|
|
parameters:
|
|
|
|
application:
|
|
catchExceptions: %productionMode%
|
|
#errorPresenter: %system.error.presenter%
|
|
mapping:
|
|
Admin: [App\Modules\Admin, *, *\*Presenter]
|
|
Front: [App\Modules\Front, *, *\*Presenter]
|
|
Mailing: [App\Modules\Mailing, *, *\*Presenter]
|
|
Pdf: [App\Modules\Pdf, *, *\*Presenter]
|
|
Api: Tomaj\NetteApi\Presenters\*Presenter
|
|
|
|
|
|
session:
|
|
expiration: 14 days
|
|
|
|
|
|
di:
|
|
export:
|
|
parameters: no
|
|
tags: no
|
|
|
|
tracy:
|
|
showBar: true
|
|
bar:
|
|
- VitePanel
|