Stripe Payment

This commit is contained in:
augmentedpotato
2026-04-09 22:27:03 -06:00
parent 559f3bc343
commit 4d91d8b331
26 changed files with 2022 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}