Guest User

Untitled

a guest
Apr 20th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. [production]
  2. phpSettings.display_startup_errors = 1
  3. phpSettings.display_errors = 1
  4. includePaths.library = APPLICATION_PATH "/../library"
  5. bootstrap.path = APPLICATION_PATH "/modules/front/Bootstrap.php"
  6. bootstrap.class = "Front_Bootstrap"
  7. appnamespace = "Application"
  8.  
  9. resources.modules[] =
  10. resources.view[] =
  11.  
  12. ;FrontController Resource Settings
  13. ;resources.frontcontroller.controllerDirectory = APPLICATION_PATH "/modules/front/controllers"
  14. resources.frontController.defaultController = "index"
  15. resources.frontController.defaultAction = "index"
  16. resources.frontController.defaultModule = "front"
  17. resources.frontController.prefixDefaultModule = true
  18. resources.frontController.moduleDirectory = APPLICATION_PATH "/modules"
  19. resources.frontController.params.displayExceptions = 1
  20.  
  21.  
  22. webhost = "localhost"
  23. database.adapter = "pdo_mysql"
  24. database.params.host = "531.myadmin.tld.pl"
  25. database.params.username = "streetmedia"
  26. database.params.password = "fhPpqUQMy9h6"
  27. database.params.dbname = "AMON"
  28.  
  29. ;resources.layout.layoutPath = APPLICATION_PATH "/layouts/front/scripts"
  30. resources.layout.layout = "layout"
  31.  
  32.  
  33. [staging : production]
  34.  
  35. [testing : production]
  36. phpSettings.display_startup_errors = 1
  37. phpSettings.display_errors = 1
  38.  
  39. [development : production]
  40. phpSettings.display_startup_errors = 1
  41. phpSettings.display_errors = 1
  42. resources.frontController.params.displayExceptions = 1
Add Comment
Please, Sign In to add comment