Files
server/src/Events/appsettings.json

29 lines
611 B
JSON
Raw Normal View History

2017-12-04 10:12:11 -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"
},
"documentDb": {
"uri": "SECRET",
"key": "SECRET"
2017-12-04 10:12:11 -05:00
}
}
}