crss-sched-dev.yml 978 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. spring:
  2. datasource:
  3. url: jdbc:postgresql://localhost:5432/crss_sched
  4. username: crss_sched
  5. password: crss_sched
  6. driverClassName: org.postgresql.Driver
  7. hikari:
  8. connectionTimeout: 10000
  9. maximumPoolSize: 20
  10. jpa:
  11. database: POSTGRESQL
  12. properties:
  13. hibernate:
  14. dialect: org.hibernate.dialect.PostgreSQL94Dialect
  15. rabbitmq:
  16. username: guest
  17. password: guest
  18. host: localhost
  19. ports:
  20. - "5672:5672"
  21. - "15672:15672"
  22. eureka:
  23. client:
  24. serviceUrl:
  25. defaultZone: http://localhost:8761/eureka/
  26. security:
  27. oauth2:
  28. client:
  29. accessTokenUri: http://localhost:8082/oauth/access_token
  30. userAuthorizationUri: http://localhost:8082/oauth/authorize
  31. clientId: crss
  32. clientSecret: crsssecret
  33. authorized-grant-types: authorization_code,refresh_token,password
  34. scope: openid
  35. access-token-validity-seconds: 3600
  36. resource:
  37. userInfoUri: http://localhost:8082/user