Advertisement
vaidyasm

fastscore config.yaml

Apr 11th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. fastscore:
  2. fleet:
  3. - api: model-manage
  4. host: localhost
  5. port: 8002
  6. - api: engine-x
  7. host: localhost
  8. port: 8003
  9.  
  10. db:
  11. type: mysql
  12. host: localhost
  13. port: 3306
  14. username: root
  15. password: root
  16.  
  17. pneumo:
  18. type: kafka
  19. bootstrap:
  20. - localhost:9092
  21. topic: notify
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement