diff --git a/Core.Thalos.BFF.Api/appsettings.json b/Core.Thalos.BFF.Api/appsettings.json index d321977..10f68b8 100644 --- a/Core.Thalos.BFF.Api/appsettings.json +++ b/Core.Thalos.BFF.Api/appsettings.json @@ -5,8 +5,5 @@ "Microsoft.AspNetCore": "Warning" } }, - "AllowedHosts": "*", - "Endpoints": { - "AppConfigurationURI": "https://sandbox-hci-usc-appcg.azconfig.io" - } + "AllowedHosts": "*" }