HosipLan

Untitled

Jul 28th, 2013
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.63 KB | None | 0 0
  1. #
  2. # SECURITY WARNING: it is CRITICAL that this file & directory are NOT accessible directly via a web browser!
  3. #
  4. # If you don't protect this directory from direct web access, anybody will be able to see your passwords.
  5. # http://nette.org/security-warning
  6. #
  7.  
  8. dibi:
  9.     host: localhost
  10.     username: root
  11.     password:
  12.     database: spamium
  13.     lazy: TRUE
  14.  
  15. php:
  16.     date.timezone: Europe/Prague
  17.     # zlib.output_compression: yes
  18.  
  19. nette:
  20.     application:
  21.         errorPresenter: Error
  22.         mapping:
  23.             *: App\*Module\*Presenter
  24.  
  25.     session:
  26.         expiration: 14 days
  27.  
  28. services:
  29.     - Model\UserManager
  30.     - App\RouterFactory
  31.     router: @App\RouterFactory::createRouter
Advertisement
Add Comment
Please, Sign In to add comment