Guest User

Untitled

a guest
Aug 13th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. ;; Database!
  2. resources.db.adapter = "Mysqli"
  3. resources.db.params.host = "localhost"
  4. resources.db.params.username = "auctiontables"
  5. resources.db.params.password = "auttab2894"
  6. resources.db.params.dbname = "zf_auctiontables"
  7. resources.db.params.charset = utf8
  8. resources.db.isDefaultTableAdapter = true
  9.  
  10. geodb.adapter = "Mysqli"
  11. geodb.params.host = "localhost"
  12. geodb.params.username = "auctiontables"
  13. geodb.params.password = "auttab2894"
  14. geodb.params.dbname = "OS_code_point"
Add Comment
Please, Sign In to add comment