Advertisement
Guest User

project-development.yml

a guest
Aug 3rd, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. swarm:
  2. context:
  3. path: /odontosim
  4. http:
  5. port: 9090
  6. security:
  7. security-domains:
  8. odontosimJdbcRealm:
  9. cache-type: default
  10. classic-authentication:
  11. login-modules:
  12. Database:
  13. code: Database
  14. flag: required
  15. module-options:
  16. dsJndiName: java:jboss/datasources/ODONTOSIM
  17. principalsQuery: select senha from odontosim.usuario where nome_do_usuario = ?
  18. rolesQuery: select tipo_usuario, 'Roles' from odontosim.usuario where nome_do_usuario = ? and ativo = 1
  19. hashAlgorithm: SHA-256
  20. hashEncoding: base64
  21. datasources:
  22. jdbc-drivers:
  23. com.mysql:
  24. driver-class-name: com.mysql.cj.jdbc.Driver
  25. xa-datasource-class-name: com.mysql.cj.jdbc.MysqlXADataSource
  26. driver-module-name: com.mysql
  27. data-sources:
  28. ODONTOSIM:
  29. driver-name: com.mysql
  30. connection-url: jdbc:mysql://localhost:3306/odontosim
  31. user-name: root
  32. password:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement