Files
iu-social-users/src/main/resources/application-dev.yml
2026-01-10 14:03:45 +01:00

22 lines
426 B
YAML

spring:
datasource:
url: jdbc:postgresql://localhost:5432/social_users_db
username: social_users_user
password: secret1234
rabbitmq:
port: 5672
host: localhost
username: guest
password: guest
flyway:
user: social_users_user
password: secret1234
security:
oauth2:
resourceserver:
jwt:
issuer-uri: http://localhost:8080/realms/social
server:
port: 8000