Advertisement
Guest User

Untitled

a guest
Dec 15th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 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 = "localhost"
  13. resources.db.params.username = "admin"
  14. resources.db.params.password = "qwerty"
  15. resources.db.params.dbname = "task4database"
  16. resources.layout.layoutPath = APPLICATION_PATH "/layouts/scripts/"
  17. resources.view.doctype = "XHTML1_STRICT"
  18. [staging : production]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement