Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #
- # WARNING: it is CRITICAL that this file & directory are NOT accessible directly via a web browser!
- # http://nette.org/security-warning
- #
- #connection to database on product server and the others parametrs
- parameters:
- php:
- date.timezone: Europe/Prague
- application:
- errorPresenter: Error
- mapping:
- *: App\*Module\Presenters\*Presenter
- session:
- expiration: 1 days
- restful:
- convention: 'snake_case'
- cacheDir: '%tempDir%/cache'
- jsonpKey: 'jsonp'
- prettyPrintKey: 'pretty'
- routes:
- prefix: ''
- module: 'RestApi'
- autoGenerated: TRUE
- panel: FALSE
- #router defination, autorization, authentization and the others
- services:
- - App\Forms\SignFormFactory
- router: App\RouterFactory::createRouter
- authenticator: MyAuthenticator
Advertisement
Add Comment
Please, Sign In to add comment