mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-02-14 12:52:55 +00:00
add config file with stripe test and real pkey
This commit is contained in:
12
config.json
Normal file
12
config.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"production": {
|
||||
"stripe": {
|
||||
"publicKey": "pk_live_xrnwdLNXbt20LMxpIDffJnnC"
|
||||
}
|
||||
},
|
||||
"development": {
|
||||
"stripe": {
|
||||
"publicKey": "pk_test_OmNve9H1OuORlmD4rblpjgzh"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user