Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add stripe public key to example.env
- Loading branch information
Showing
with
3 additions
and
2 deletions.
-
+3
−2
example.env
|
@@ -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 |