You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
store/src/config.json

31 lines
721 B
JSON

{
"about":{
"version":"0.4",
"author":"The Phi Technology"
},
"stripe":{
"secret": "sk_test_I16uOM1ZfGALSc03AF0xqN2z",
"pub":"pk_test_qTkOpNkaZVP0xHtWN28wF1ym",
"version":"2016-07-06"
},
"forms":{
"card":{
"number":{"placeholder":"Card Number"},
"cvc":{"placeholder":"CVC","pattern":"^[0-9]{3,4}$"},
"card_name":{"placeholder":"Name on Card"},
"exp_month":{"pattern":"(^0[1-9]$|^1[0-2])"},
"exp_year":{"pattern":"^20[0-2]{2}"}
}
},
"cloud-view":"http://localhost/cloud-view/:id",
"redir_url":"http://localhost/:context/oauth.html",
"store":{
"args":{"host":"localhost:27017","dbname":"store","doc":"logs"},
"reader":"mongo.MongoReader",
"writer":"mongo.MongoWriter"
}
}