Harden startup config

This commit is contained in:
2026-04-11 23:10:18 -06:00
parent 299462d231
commit 79b4f7a3e8
8 changed files with 36 additions and 28 deletions

View File

@@ -33,9 +33,7 @@ spring:
open-in-view: false
flyway:
enabled: true
baseline-on-migrate: true
baseline-version: 1
enabled: false
server:
port: ${SERVER_PORT:8080}
@@ -50,7 +48,7 @@ springdoc:
path: /swagger-ui
jwt:
secret: ${JWT_SECRET:change_me_please_make_this_at_least_32_characters_long_for_security}
secret: ${JWT_SECRET}
expiration: ${JWT_EXPIRATION:86400000}
stripe: