Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. ¨[common]
  2. ; PHP configuration
  3. php.date.timezone = "Europe/Prague"
  4. database.driver = mysqli
  5. database.lazy = TRUE
  6. database.charset = utf8
  7.  
  8.  
  9.  
  10. service.Nette-Loaders-RobotLoader.option.directory[] = %appDir%
  11. service.Nette-Loaders-RobotLoader.option.directory[] = %libsDir%
  12. service.Nette-Loaders-RobotLoader.run = TRUE
  13.  
  14. ; services
  15. service.Nette-Security-IAuthenticator = UsersModel
  16.  
  17. [production < common]
  18. ; common database connection
  19. database.host = mysql5-4
  20. database.database = cms_117534
  21. database.username = cms.117534
  22. database.password = xxx
  23.  
  24. [development < production]
  25. ; database options in development mode
  26. database.host = mysql5-4
  27. database.database = cms_117534
  28. database.username = cms.117534
  29. database.password = xxx
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement