This commit is contained in:
Tim Zöller 2025-11-29 09:56:55 +01:00
parent c1729a629d
commit ac53f04e0a
27 changed files with 3019 additions and 88 deletions

View file

@ -2,6 +2,10 @@ spring:
application:
name: fitpub
# Default to dev profile if not specified
profiles:
active: ${SPRING_PROFILES_ACTIVE:dev}
# Datasource configuration is handled by Testcontainers in dev mode
# For production, set these via environment variables:
# - SPRING_DATASOURCE_URL