Skip to content

Commit

Permalink
remove extra urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleh-Kril committed Jan 23, 2024
1 parent 89566b5 commit fffdc32
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions Streetcode/Streetcode.WebApi/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,22 +51,6 @@
"PropertiesToIgnore": ["token", "password"]
},
"AllowedHosts": "*",
"HealthChecksUI": {
"HealthChecks": [
{
"Name": "StartUpProbe",
"Uri": "https://localhost:5001/healthz"
},
{
"Name": "ReadinessProbe",
"Uri": "https://localhost:5001/health/ready"
},
{
"Name": "LivenessProbe",
"Uri": "https://localhost:5001/health/live"
}
]
},
"Jwt": {
"Key": "DhftOS5uphK3vmCJQrexST1RsyjZBjXWRgJMFPU4",
"Issuer": "https://localhost:5001/",
Expand Down

0 comments on commit fffdc32

Please sign in to comment.