2017-12-04 10:12:11 -05:00
|
|
|
|
{
|
2017-12-04 10:59:07 -05:00
|
|
|
|
"globalSettings": {
|
|
|
|
|
|
"selfHosted": false,
|
|
|
|
|
|
"projectName": "Events",
|
|
|
|
|
|
"baseServiceUri": {
|
|
|
|
|
|
"vault": "http://localhost:4001",
|
|
|
|
|
|
"api": "http://localhost:4000",
|
|
|
|
|
|
"identity": "http://localhost:33656",
|
|
|
|
|
|
"internalIdentity": "http://localhost:33656"
|
|
|
|
|
|
},
|
|
|
|
|
|
"sqlServer": {
|
|
|
|
|
|
"connectionString": "SECRET"
|
|
|
|
|
|
},
|
|
|
|
|
|
"identityServer": {
|
|
|
|
|
|
"certificateThumbprint": "SECRET"
|
|
|
|
|
|
},
|
|
|
|
|
|
"storage": {
|
|
|
|
|
|
"connectionString": "SECRET"
|
|
|
|
|
|
},
|
2017-12-27 22:39:14 -05:00
|
|
|
|
"events": {
|
|
|
|
|
|
"connectionString": "SECRET"
|
|
|
|
|
|
},
|
2017-12-04 10:59:07 -05:00
|
|
|
|
"documentDb": {
|
|
|
|
|
|
"uri": "SECRET",
|
|
|
|
|
|
"key": "SECRET"
|
2017-12-04 10:12:11 -05:00
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|