Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. kumuluzee:
  2. name: simple-jdbc-sample
  3. version: 1.0.0
  4. env:
  5. name: dev
  6. datasources:
  7. - jndi-name: jdbc/KpPodjetjeDS
  8. connection-url: jdbc:postgresql://172.17.0.3:5432/postgres
  9. username: postgres
  10. password: postgres
  11. max-pool-size: 20
  12. server:
  13. #force-https: true
  14. http:
  15. # HTTP port (defaults to 8080)
  16. port: 8080
  17. # enable HTTP/2 (disabled by default)
  18. http2: true
  19. https:
  20. enabled: true
  21. port: 8443
  22. #http2: true
  23. keystore-path: keystore.jks # change keystore to keystore.jks in production
  24. keystore-password: Skupina2SafePassword
  25. key-password: Skupina2SafePassword
  26. # key-alias: kp-company
  27. #ssl-protocols: TLSv1.2
  28. # comma separated list of supported SSL ciphers
  29. #ssl-ciphers: >
  30. #TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,
  31. #TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,
  32. #TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
  33. security:
  34. keycloak:
  35. json: '{
  36. "realm": "kp-realm",
  37. "auth-server-url": "http://localhost:8082/auth",
  38. "ssl-required": "external",
  39. "resource": "kp-api",
  40. "public-client": true
  41. }'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement