Guest User

Untitled

a guest
Nov 15th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. {
  2. "uaa": {
  3. "url" : "http://my.uaa.server/",
  4. "clientid" : "client-id",
  5. "clientsecret" : "client-secret",
  6. "xsappname" : "my-business-application"
  7. }
  8. }
  9.  
  10. {
  11. "VCAP_SERVICES": <env>,
  12. ...
  13. }
  14.  
  15. {
  16. "uaa": {
  17. "url" : "http://my.uaa.server/",
  18. "clientid" : "client-id",
  19. "clientsecret" : "client-secret",
  20. "xsappname" : "my-business-application"
  21. }
  22. }
  23.  
  24. {
  25. "destinations": [ {
  26. "name": "my-destination", "url": "http://localhost:1234", "forwardAuthToken": true
  27. }]
  28. }
Add Comment
Please, Sign In to add comment