Advertisement
Guest User

Untitled

a guest
Apr 21st, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. /**
  2. * The db_ido_mysql library implements IDO functionality
  3. * for MySQL.
  4. */
  5.  
  6. library "db_ido_mysql"
  7.  
  8. object IdoMysqlConnection "ido-mysql" {
  9. user = "icinga2",
  10. password = "mypsswd",
  11. host = "localhost",
  12. database = "icinga2"
  13. }
  14. object IdoMysqlConnection "ido-mysql"{
  15. user = "icinga",
  16. password = "mypsswd",
  17. host = "localhost",
  18. database = "icinga"
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement