Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. ```
  2. org.keycloak.testsuite.KeycloakServer
  3. ```
  4.  
  5. ```
  6. -Dkeycloak.bind.address=0.0.0.0
  7. -Djava.net.preferIPv4Stack=true
  8. -Dkeycloak.connectionsJpa.url=jdbc:postgresql://localhost:5432/keycloak_4_x_master
  9. -Dkeycloak.connectionsJpa.driver=org.postgresql.Driver
  10. -Dkeycloak.connectionsJpa.driverDialect=org.hibernate.dialect.PostgreSQLDialect
  11. -Dkeycloak.connectionsJpa.user=keycloak
  12. -Dkeycloak.connectionsJpa.password=keycloak
  13. -Dkeycloak.connectionsJpa.showSql=true
  14. -Dkeycloak.connectionsJpa.formatSql=true
  15. -Dprofile=COMMUNITY
  16. -Dproduct.default-profile=COMMUNITY
  17. -Dkeycloak.password.blacklists.path=/home/tom/dev/tmp/blacklists/
  18. -Dcom.sun.net.ssl.checkRevocation=false
  19. -Dkeycloak.truststore.disabled=true
  20. -Dkeycloak.profile=COMMUNITY
  21. -Dkeycloak.product.name=keycloak
  22. -Dproduct.name=keycloak
  23. -Dproduct.version=4.8.x
  24. -Dkeycloak.profile.feature.account2=enabled
  25. -Dkeycloak.profile.feature.scripts=enabled
  26. -Dkeycloak.theme.welcomeTheme=keycloak
  27. ```
  28.  
  29. ```
  30. /home/tom/dev/repos/gh/thomasdarimont/keycloak-dev/keycloak
  31. ```
  32.  
  33. ```
  34. keycloak-testsuite-utils
  35. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement