Guest User

config.ini

a guest
Jul 1st, 2019
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [mysql]
  2. host = 127.0.0.1
  3. username = homestead
  4. password = secret
  5. dbname = project1
  6. prefix =
  7.  
  8. [wordpress]
  9. host = 127.0.0.1
  10. username = homestead
  11. password = secret
  12. dbname = project1
  13. prefix =
  14.  
  15. [dbgame]
  16. host = 127.0.0.1
  17. username = homestead
  18. password = secret
  19. dbname = project1
  20. prefix =
  21.  
  22. [gat_secured]
  23. host = 127.0.0.1
  24. username = homestead
  25. password = secret
  26. dbname = project1
  27.  
  28. [app]
  29. env.devel = On
  30. supported_roles = user|administrator
  31. default_role = user
  32. environment = production
  33.  
  34. ; Paths
  35. path.controllers = "/app/controllers/"
  36. path.models = "/app/models/"
  37. path.views = "/app/views/"
  38. path.library = "/app/libs/"
Add Comment
Please, Sign In to add comment