Guest User

Untitled

a guest
Jan 25th, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. # Defaults keys
  2. defaults:
  3. data-source: alerts
  4. query-interval: 10s
  5. query-timeout: 5s
  6. query-value-on-error: -1
  7.  
  8. # Defined data sources
  9. data-sources:
  10. alerts:
  11. driver: mysql
  12. properties:
  13. host: '127.0.0.1'
  14. port: 3306
  15. user: '%YOUR_CREDENTIALS%'
  16. password: '%YOUR_CREDENTIALS%'
  17. database: 'alerts'
Add Comment
Please, Sign In to add comment