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",
|
2020-07-16 08:01:39 -04:00
|
|
|
|
"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",
|
2020-07-16 08:01:39 -04:00
|
|
|
|
"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"
|
|
|
|
|
|
},
|
2019-06-13 00:10:37 -04:00
|
|
|
|
"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
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|