Add application-prod.yml for production Flyway config

This commit is contained in:
Joakim Mörling 2026-05-21 15:13:56 +02:00
parent ab1cdb358f
commit 4385f43b08

View file

@ -0,0 +1,10 @@
spring:
flyway:
locations: classpath:db/migration
# Prod DBs created before seeds moved to db/dev-migration still list V2/V4/V6 in history.
ignore-migration-patterns: '*:missing'
app:
admin:
email: ${ADMIN_EMAIL}
password: ${ADMIN_PASSWORD}