Files
cameleer-saas/src/main/resources
hsiegeln 64a5edac78
All checks were successful
CI / build (push) Successful in 39s
CI / docker (push) Successful in 31s
fix: add explicit datasource defaults to application.yml
Without an explicit spring.datasource.url, Spring Boot falls back to
jdbc:postgresql://localhost:5432 when the SPRING_DATASOURCE_URL env var
is missing or not picked up. Default now points to the docker-compose
service name (postgres:5432/cameleer_saas).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 22:54:18 +02:00
..