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: ${APP_DATABASE_URL}
username: ${APP_DATABASE_USER}
password: ${APP_DATABASE_PASSWORD}
rabbitmq:
port: ${APP_RABBITMQ_PORT}
host: ${APP_RABBITMQ_HOST}
username: ${APP_RABBITMQ_USER}
password: ${APP_RABBITMQ_PASSWORD}
flyway:
user: ${APP_DATABASE_USER}
password: ${APP_DATABASE_PASSWORD}
security:
oauth2:
resourceserver:
jwt:
issuer-uri: ${APP_KEYCLOAK_URL}
server:
port: ${APP_PORT}