move stripe keys to .env

This commit is contained in:
2026-04-09 23:01:41 -06:00
parent 014a70b8fc
commit 5c8c11b03f
3 changed files with 5 additions and 1 deletions

View File

@@ -26,7 +26,8 @@ services:
SPRING_DATASOURCE_PASSWORD: petshop
# Change this in real use (must be at least 32 characters)
JWT_SECRET: change_me_please_this_secret_key_is_long_enough_for_jwt_hmac_sha256
STRIPE_SECRET_KEY: sk_test_51TK18lFQ95OLlFb7XuwaVRxK2w9CNfeCJMhJt76mGvhRp84ddhX62wiJAcU7jMEP0GodH8aoFx0BZFI3tuf8tIiC00aaW1xQJT
STRIPE_SECRET_KEY: ${STRIPE_SECRET_KEY}
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY: ${NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY}
ports:
- "8080:8080"
depends_on: