Files
server/src/Notifications/appsettings.json

51 lines
1.3 KiB
JSON
Raw Normal View History

2018-08-02 12:14:33 -04:00
{
"globalSettings": {
"selfHosted": false,
2018-08-22 09:14:02 -04:00
"projectName": "Notifications",
2018-08-02 12:14:33 -04:00
"baseServiceUri": {
"vault": "https://localhost:8080",
"api": "http://localhost:4000",
"identity": "http://localhost:33656",
"admin": "http://localhost:62911",
2018-08-16 13:50:41 -04:00
"notifications": "http://localhost:61840",
"sso": "http://localhost:51822",
2020-08-26 15:09:51 -04:00
"portal": "http://localhost:52313",
2018-08-16 13:50:41 -04:00
"internalNotifications": "http://localhost:61840",
2018-08-02 12:14:33 -04:00
"internalAdmin": "http://localhost:62911",
"internalIdentity": "http://localhost:33656",
"internalApi": "http://localhost:4000",
"internalVault": "http://localhost:4001",
2020-08-26 15:09:51 -04:00
"internalSso": "http://localhost:51822",
"internalPortal": "http://localhost:52313"
2018-08-02 12:14:33 -04:00
},
"sqlServer": {
"connectionString": "SECRET"
},
"identityServer": {
"certificateThumbprint": "SECRET"
},
"storage": {
"connectionString": "SECRET"
},
"events": {
"connectionString": "SECRET"
},
"serviceBus": {
"connectionString": "SECRET",
"applicationCacheTopicName": "SECRET"
},
2018-08-02 12:14:33 -04:00
"documentDb": {
"uri": "SECRET",
"key": "SECRET"
},
"sentry": {
"dsn": "SECRET"
2019-03-13 16:19:00 -04:00
},
"amazon": {
"accessKeyId": "SECRET",
"accessKeySecret": "SECRET",
"region": "SECRET"
2018-08-02 12:14:33 -04:00
}
}
}