[csharp] appSettings.json

Viewer

copydownloadembedprintName: appSettings.json
  1. {
  2.   "Logging": {
  3.     "LogLevel": {
  4.       "Default": "Information",
  5.       "System": "Warning",
  6.       "Microsoft": "Warning",
  7.       "Microsoft.Hosting.Lifetime": "Information"
  8.     },
  9.     "Debug": {
  10.       "IncludeScopes": false
  11.     },
  12.     "Console": {
  13.       "IncludeScopes": false
  14.     },
  15.     "ApplicationInsights": {
  16.       "LogLevel": {
  17.         "Default": "Information" //this has to be set explicitly because the telemetry client defaults to explicitly warning
  18.       }
  19.     }
  20.   },
  21.   "ConnectionStrings": {
  22.     "MemberCommitmentDatabase": "Data Source=.;Initial Catalog=MemberCommitment;Integrated Security=SSPI;MultipleActiveResultSets=True;max pool size=10;Min Pool Size=1",
  23.     "MembershipApiDatabase": "Data Source=.;Initial Catalog=MembershipApi;Integrated Security=SSPI;MultipleActiveResultSets=True;max pool size=10;Min Pool Size=1",
  24.     "cache": "memory"
  25.   },
  26.   "EmailSettings": {
  27.     "CheckPASSEmailFlag": false,
  28.     "PASSMedSurgEmailId": 17,
  29.     "PASSPharmacyEmailId": 2,
  30.     "PASSSupplierEmailId": 3
  31.   },
  32.  
  33.   "EnvironmentURL": "http://local-commitment.healthtrustpg.com/",
  34.   "ApplicationInsights": {
  35.     "InstrumentationKey": "b00212f3-14b5-4450-b546-e5883380a840"
  36.   },
  37.   "passApiUrl": "http://qa-api.security.healthtrustpg.com/v1/",
  38.   "PassCommitmentSystemKey": "27a83a30-635b-429c-821e-08e90a354a88",
  39.  
  40.   "memberServicesUrl": "http://ht-ti-dev-apim.azure-api.net/members/",
  41.   "organizationServicesUrl": "https://ht-ti-dev-apim.azure-api.net/organization/",
  42.   "membershipApiUrl": "https://dev-htti-pem-commitment-membership-dev.azurewebsites.net/",
  43.   "docManagementServiceUrl": "https://ht-ti-dev-apim.azure-api.net/document-management/",
  44.   "ndcApiUrl": "https://ht-ti-dev-apim.azure-api.net/ndc/",
  45.   "emailApiUrl": "https://ht-ti-dev-apim.azure-api.net/email/",
  46.   "apimKey": "ea3a1f75ddc54ac4a610b0a03ca96340",
  47.   "serviceBusTopic": "commitment-gpoid-updated",
  48.   "serviceBus": "(local)",
  49.   "useStaticDataset": false,
  50.   "runSchemaMigration": true
  51. }

Editor

You can edit this paste and save as new:


File Description
  • appSettings.json
  • Paste Code
  • 24 Mar-2023
  • 1.96 Kb
You can Share it: