Guest User

Untitled

a guest
Feb 18th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. zuul.routes.login.url=http://localhost:8080/
  2. #Riban is auto integrated with Zuul and for this exercise we are not
  3. using that.
  4. ribbon.eureka.enabled=false
  5. #Will start the gateway server @8080
  6. #server.port=8080
  7. # Define a custom port instead of the default 8080
  8. server.port=443
  9. # Tell Spring Security (if used) to require requests over HTTPS
  10. security.require-ssl=true
  11.  
  12. # The format used for the keystore
  13. server.ssl.key-store-type=PKCS12
  14. # The path to the keystore containing the certificate
Add Comment
Please, Sign In to add comment