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
- #
- common:
- parameters:
- php:
- date.timezone: Europe/Prague
- nette:
- application:
- errorPresenter: Error
- database:
- dsn: 'mysql:host=localhost;dbname=kerouac'
- user: root
- password:
- session:
- expiration: 30 days
- services:
- article: Todo\ArticleRepository
- factories:
- production < common:
- development < common:
Advertisement
Add Comment
Please, Sign In to add comment