Merge pull request #163 from RecentRunner/stripe-payment

Stripe Payments
This commit was merged in pull request #163.
This commit is contained in:
2026-04-09 23:12:14 -06:00
committed by GitHub
29 changed files with 2052 additions and 33 deletions

View File

@@ -50,6 +50,9 @@ jwt:
secret: ${JWT_SECRET:change_me_please_make_this_at_least_32_characters_long_for_security}
expiration: ${JWT_EXPIRATION:86400000}
stripe:
secret-key: ${STRIPE_SECRET_KEY:}
logging:
level:
com.petshop: ${LOG_LEVEL:INFO}