Guest User

Untitled

a guest
Feb 6th, 2012
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 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. common:
  8. parameters:
  9. database:
  10. drive: mysql
  11. charset: utf8
  12. hostname: localhost
  13. username: root
  14. password: 123456
  15. database: prerost
  16. persistent: true
  17. lazy: true
  18.  
  19.  
  20. php:
  21. date.timezone: Europe/Prague
  22.  
  23.  
  24. services:
  25. dibi:
  26. class: DibiConnection(%database%)
  27.  
  28.  
  29. authenticator: Authenticator( @dibi::table(users) )
  30.  
  31.  
  32. factories:
  33.  
  34.  
  35. production < common:
  36.  
  37. development < common:
Advertisement
Add Comment
Please, Sign In to add comment