Guest User

Untitled

a guest
Oct 2nd, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. geckoboard_api_key: xxxxxxxxxxxx
  2. database: test
  3. driver: mysql
  4. host: localhost
  5. port: 3389
  6. username: xxx
  7. password: xxxxxxx
  8. name: xxxxxxxxxx
  9. tls_config:
  10. ca_file: xxxx
  11. key_file: xxxx
  12. cert_file: xxxx
  13. ssl_mode: xxxx
  14. refresh_time_sec: 60
  15. datasets:
  16. - name: dataset.name
  17. update_type: replace
  18. sql: >
  19. SELECT 1, 0.34, string
  20. FROM table
  21. fields:
  22. - type: number
  23. name: Count
  24. - type: percentage
  25. name: Some Percent
  26. - type: string
  27. name: Some Label
Add Comment
Please, Sign In to add comment