From 38edc4c7b07d348a7998e2025c992b7b5b0e3e34 Mon Sep 17 00:00:00 2001 From: Rimian Perkins Date: Thu, 23 Feb 2017 15:04:17 +1100 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4c9b12b..0ec5804 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,17 @@ Enables stripe payments from discourse. +## Configuration + +You can either set your environment vars in docker or save them in a yaml. + +In your `app.yml`: + +``` + STRIPE_SECRET_KEY: 'sk_test_key' + STRIPE_PUBLISHABLE_KEY: 'pk_test_key' +``` + ## TODO * Remove hard coded key and use settings. @@ -12,10 +23,6 @@ Enables stripe payments from discourse. * Handle fails from stripe * A button in the user's profile page. -## Configuration - -You can either set your environment vars in docker or save them in a yaml. - **In your app.yml** ```