gitlab_medici/app/config/config.neon @ 22d93eb3
1 |
parameters: |
---|---|
2 | |
3 | |
4 |
application: |
5 |
errorPresenter: Error |
6 |
mapping: |
7 |
*: App\*Module\Presenters\*Presenter |
8 | |
9 | |
10 |
session: |
11 |
expiration: 14 days |
12 | |
13 | |
14 |
services: |
15 |
router: App\RouterFactory::createRouter |
16 |
authenticator: App\Model\Authenticator |
17 | |
18 |
extensions: |
19 |
replicator: WebChemistry\Forms\Controls\DI\MultiplierExtension |