1
0
mirror of https://github.com/bitwarden/server synced 2026-02-08 12:40:08 +00:00
Files
server/src/Events/appsettings.json
2018-03-29 08:45:04 -04:00

34 lines
750 B
JSON

{
"globalSettings": {
"selfHosted": false,
"projectName": "Events",
"baseServiceUri": {
"vault": "http://localhost:4001",
"api": "http://localhost:4000",
"identity": "http://localhost:33656",
"internalIdentity": "http://localhost:33656",
"internalApi": "http://localhost:4000",
"internalVault": "http://localhost:4001"
},
"sqlServer": {
"connectionString": "SECRET"
},
"identityServer": {
"certificateThumbprint": "SECRET"
},
"storage": {
"connectionString": "SECRET"
},
"events": {
"connectionString": "SECRET"
},
"documentDb": {
"uri": "SECRET",
"key": "SECRET"
},
"sentry": {
"dsn": "SECRET"
}
}
}