Guest User

Untitled

a guest
Apr 14th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. [production]
  2. phpSettings.display_startup_errors = 0
  3. phpSettings.display_errors = 0
  4. includePaths.library = APPLICATION_PATH "/../library"
  5. bootstrap.path = APPLICATION_PATH "/Bootstrap.php"
  6. bootstrap.class = "Bootstrap"
  7. appnamespace = "Application"
  8. resources.frontController.controllerDirectory = APPLICATION_PATH "/controllers"
  9. resources.frontController.params.displayExceptions = 0
  10.  
  11. resources.db.adapter = "PDO_MYSQL"
  12. resources.db.params.host = "50.56.29.149"
  13. resources.db.params.username = "root"
  14. resources.db.params.password = "hary"
  15. resources.db.params.dbname = "data"
  16.  
  17.  
  18.  
  19. [staging : production]
  20.  
  21. [testing : production]
  22. phpSettings.display_startup_errors = 1
  23. phpSettings.display_errors = 1
  24.  
  25. [development : production]
  26. phpSettings.display_startup_errors = 1
  27. phpSettings.display_errors = 1
  28. resources.frontController.params.displayExceptions = 1
Add Comment
Please, Sign In to add comment