Advertisement
Guest User

Untitled

a guest
Mar 21st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. accounts.commandside.service.host=localhost
  2. accounts.queryside.service.host=localhost
  3. customers.commandside.service.host=localhost
  4. customers.queryside.service.host=localhost
  5. transfers.commandside.service.host=localhost
  6.  
  7.  
  8. api.gateway.endpoints[0].path=[/]*api/accounts.*
  9. api.gateway.endpoints[0].method=GET
  10. api.gateway.endpoints[0].location=http://${accounts.queryside.service.host}:8080
  11. api.gateway.endpoints[1].path=[/]*api/customers.*/accounts
  12. api.gateway.endpoints[1].method=GET
  13. api.gateway.endpoints[1].location=http://${accounts.queryside.service.host}:8080
  14. api.gateway.endpoints[2].path=[/]*api/accounts.*
  15. api.gateway.endpoints[2].method=POST
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement