Initial commit

This commit is contained in:
2026-01-10 14:03:45 +01:00
commit cf36cd5150
17 changed files with 818 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
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