Guest User

Untitled

a guest
Jun 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 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. resources.frontController.controllerDirectory = APPLICATION_PATH "/controllers"
  8. resources.layout.layoutPath = APPLICATION_PATH "/layouts/scripts"
  9. resources.view[] =
  10. resources.db.adapter = pdo_mysql
  11. resources.db.params.host = localhost
  12. resources.db.params.username = *****
  13. resources.db.params.password = *****
  14. resources.db.params.database = *****
  15.  
  16. [staging : production]
  17.  
  18. [testing : production]
  19. phpSettings.display_startup_errors = 1
  20. phpSettings.display_errors = 1
  21.  
  22. [development : production]
  23. phpSettings.display_startup_errors = 1
  24. phpSettings.display_errors = 1
Add Comment
Please, Sign In to add comment