From 09e3d56fcb66ad75e58090e95c55e25bd46c14ae Mon Sep 17 00:00:00 2001 From: Cihan Bebek Date: Thu, 6 Jul 2017 13:10:32 +0300 Subject: [PATCH] add config file with stripe test and real pkey --- config.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..2d508d1 --- /dev/null +++ b/config.json @@ -0,0 +1,12 @@ +{ + "production": { + "stripe": { + "publicKey": "pk_live_xrnwdLNXbt20LMxpIDffJnnC" + } + }, + "development": { + "stripe": { + "publicKey": "pk_test_OmNve9H1OuORlmD4rblpjgzh" + } + } +} \ No newline at end of file