Skip to content

Commit

Permalink
Add stripe public key to example.env
Browse files Browse the repository at this point in the history
  • Loading branch information
biilmann committed Jan 22, 2018
1 parent cde172e commit 73da633
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions example.env
Expand Up @@ -12,8 +12,9 @@ GOCOMMERCE_MAILER_PASS=super-secret-password
GOCOMMERCE_MAILER_SUBJECTS_ORDER_CONFIRMATION="Thank you for your order!"
GOCOMMERCE_MAILER_SUBJECTS_ORDER_RECEIVED="A new order has been placed"
GOCOMMERCE_PAYMENT_STRIPE_ENABLED=true
GOCOMMERCE_PAYMENT_STRIPE_PUBLIC_KEY=stripe_public_key
GOCOMMERCE_PAYMENT_STRIPE_SECRET_KEY=stripe_secret_key
GOCOMMERCE_PAYMENT_PAYPAL_ENABLED=false
GOCOMMERCE_PAYMENT_PAYPAL_CLIENT_ID=paypal_client_id
GOCOMMERCE_PAYMENT_PAYPAL_SECRET=paypal_secret
GOCOMMERCE_PAYMENT_PAYPAL_CLIENT_ID=client-id
GOCOMMERCE_PAYMENT_PAYPAL_SECRET=client-secret
GOCOMMERCE_PAYMENT_PAYPAL_ENV=sandbox

0 comments on commit 73da633

Please sign in to comment.