|
|
@ -1,4 +1,8 @@
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
"about":{
|
|
|
|
|
|
|
|
"version":"0.4",
|
|
|
|
|
|
|
|
"author":"The Phi Technology"
|
|
|
|
|
|
|
|
},
|
|
|
|
"stripe":{
|
|
|
|
"stripe":{
|
|
|
|
"secret": "sk_test_I16uOM1ZfGALSc03AF0xqN2z",
|
|
|
|
"secret": "sk_test_I16uOM1ZfGALSc03AF0xqN2z",
|
|
|
|
"pub":"pk_test_qTkOpNkaZVP0xHtWN28wF1ym",
|
|
|
|
"pub":"pk_test_qTkOpNkaZVP0xHtWN28wF1ym",
|
|
|
@ -6,15 +10,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"cloud-view":"http://localhost/cloud-view/:id",
|
|
|
|
"cloud-view":"http://localhost/cloud-view/:id",
|
|
|
|
|
|
|
|
"redir_url":"http://localhost/:context/oauth.html",
|
|
|
|
|
|
|
|
|
|
|
|
"store":{
|
|
|
|
"store":{
|
|
|
|
"args":{"host":"localhost:27017","dbname":"store","doc":"logs"},
|
|
|
|
"args":{"host":"localhost:27017","dbname":"store","doc":"logs"},
|
|
|
|
"reader":"mongo.MongoReader",
|
|
|
|
"reader":"mongo.MongoReader",
|
|
|
|
"writer":"mongo.MongoWriter"
|
|
|
|
"writer":"mongo.MongoWriter"
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"couchdb":{
|
|
|
|
|
|
|
|
"uri":"http://admin:@dm1n@dev.the-phi.com:5985",
|
|
|
|
|
|
|
|
"dbname":"cloud-view-music"
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|