From 05e2a061cc40a02f75574651d7ed2bc853e1f931 Mon Sep 17 00:00:00 2001 From: Rishabh Saxena Date: Mon, 8 Aug 2016 22:43:57 +0530 Subject: [PATCH] add stripe key to development env --- config/secrets.yml.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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