Merge pull request #360 from nagisa77/codex/fix-application-context-loading-error

test: provide jwt secrets for tests
This commit is contained in:
Tim
2025-08-04 21:30:06 +08:00
committed by GitHub

View File

@@ -16,6 +16,8 @@ app.upload.check-type=true
app.upload.max-size=1048576
app.jwt.secret=TestSecret
app.jwt.reason-secret=TestReasonSecret
app.jwt.reset-secret=TestResetSecret
app.jwt.expiration=3600000
# Default publish mode for tests