Stripe Payment
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user