Advertisement
Guest User

Untitled

a guest
Aug 4th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. variable.tempDir = %appDir%/temp
  10. variable.logDir = %appDir%/log
  11.  
  12. ; services
  13. service.Nette-Security-IAuthenticator = UsersModel
  14.  
  15.  
  16. service.Nette-Loaders-RobotLoader.option.directory[] = %appDir%
  17. service.Nette-Loaders-RobotLoader.option.directory[] = %libsDir%
  18. service.Nette-Loaders-RobotLoader.run = TRUE
  19.  
  20.  
  21. [common.mailer]
  22. ;host = ""
  23. ;port =
  24. ;username =
  25. ;password = ""
  26. ;timeout =
  27. ;transport = ""
  28. ;from = ""
  29. ;fromname =
  30.  
  31.  
  32. [production < common]
  33. database.host = mysql1.profiwh.com
  34. database.database = db14923_skolka
  35. database.username = db14923_skolka
  36. database.password = krt3k
  37.  
  38.  
  39.  
  40.  
  41. [development < production]
  42. database.host = mysql1.profiwh.com
  43. database.database = db14923_skolka
  44. database.username = db14923_skolka
  45. database.password = krt3k
  46. ;database.profiler = TRUE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement