Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #
- # SECURITY WARNING: it is CRITICAL that this file & directory are NOT accessible directly via a web browser!
- #
- # If you don't protect this directory from direct web access, anybody will be able to see your passwords.
- # http://nette.org/security-warning
- #
- dibi:
- host: localhost
- username: root
- password:
- database: spamium
- lazy: TRUE
- php:
- date.timezone: Europe/Prague
- # zlib.output_compression: yes
- nette:
- application:
- errorPresenter: Error
- mapping:
- *: App\*Module\*Presenter
- session:
- expiration: 14 days
- services:
- - Model\UserManager
- - App\RouterFactory
- router: @App\RouterFactory::createRouter
Advertisement
Add Comment
Please, Sign In to add comment