gitlab_medici/app/config/config.neon @ 1cc8ab3c
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 |