add config file with stripe test and real pkey

This commit is contained in:
Cihan Bebek
2017-07-06 13:10:32 +03:00
parent 52b5be07df
commit 09e3d56fcb

12
config.json Normal file
View File

@@ -0,0 +1,12 @@
{
"production": {
"stripe": {
"publicKey": "pk_live_xrnwdLNXbt20LMxpIDffJnnC"
}
},
"development": {
"stripe": {
"publicKey": "pk_test_OmNve9H1OuORlmD4rblpjgzh"
}
}
}