From fffdc32a029b2b9e9741be6d9df8366499ad5f16 Mon Sep 17 00:00:00 2001 From: Oleh-Kril Date: Tue, 23 Jan 2024 18:48:40 +0200 Subject: [PATCH] remove extra urls --- Streetcode/Streetcode.WebApi/appsettings.json | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/Streetcode/Streetcode.WebApi/appsettings.json b/Streetcode/Streetcode.WebApi/appsettings.json index 10253b6c0..4aa83522c 100644 --- a/Streetcode/Streetcode.WebApi/appsettings.json +++ b/Streetcode/Streetcode.WebApi/appsettings.json @@ -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/",