diff --git a/config/secrets.yml.example b/config/secrets.yml.example index 744267a8..e5c5013f 100644 --- a/config/secrets.yml.example +++ b/config/secrets.yml.example @@ -15,8 +15,8 @@ development: # Register on stripe and add TEST keys here # https://dashboard.stripe.com/account/apikeys - stripe_publishable_key: '' - stripe_secret_key: '' + stripe_publishable_key: <%= ENV['STRIPE_PUBLISHABLE_KEY'] %> + stripe_secret_key: <%= ENV['STRIPE_SECRET_KEY'] %> test: # Generate your own with rake secret