parent
0797d82005
commit
02e3fe9c25
@ -1 +1 @@
|
|||||||
Subproject commit 3599fff083f1661a1762992d3891210d6c3aec05
|
Subproject commit 8e82431a8f1e881df41f3ab29a63507f50f167e2
|
@ -1,20 +1,22 @@
|
|||||||
{
|
{
|
||||||
|
"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",
|
||||||
"version":"2016-07-06"
|
"version":"2016-07-06"
|
||||||
|
|
||||||
},
|
},
|
||||||
"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"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in new issue