diff --git a/web/JiShe.CollectBus.Host/appsettings.Production.json b/web/JiShe.CollectBus.Host/appsettings.Production.json index 00181ef..af28fc4 100644 --- a/web/JiShe.CollectBus.Host/appsettings.Production.json +++ b/web/JiShe.CollectBus.Host/appsettings.Production.json @@ -78,5 +78,8 @@ "SerialConsistencyLevel": "Serial", "DefaultIdempotence": true } + }, + "HealthChecks": { + "IsEnable": false } } \ No newline at end of file