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