Advertisement
Guest User

Untitled

a guest
Sep 16th, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. common:
  2. php: # PHP configuration
  3. date.timezone: Europe/Prague
  4. # session.save_path: "%tempDir%/sessions"
  5. # zlib.output_compression: yes
  6. # default_charset: "UTF-8"
  7.  
  8. services:
  9. authenticator:
  10. class: UsersModel
  11.  
  12. robotLoader:
  13. option.directory[] = %appDir%
  14. option.directory[] = %libsDir%
  15. run: true
  16.  
  17. database:
  18. driver: mysql
  19. host: "localhost"
  20. username: XYZ
  21. password: XYZ
  22. database: XYZ
  23. lazy: TRUE
  24. charset: utf8
  25.  
  26. production < common:
  27.  
  28. development < common:
  29.  
  30. console < common:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement