Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #Authentication
  2. auth:
  3. type: http
  4. options:
  5. endpointUrl: http://localhost:3000/auth-user
  6. permittedStatusCodes: [ 200 ]
  7. requestTimeout: 500
  8.  
  9. rpc:
  10. "*":
  11. provide: true
  12. request: true
  13.  
  14. client.login()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement