From 71d0c92a63f1e26c6ba9634413083de1acaf916c Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期三, 06 八月 2025 11:18:29 +0800 Subject: [PATCH] feat:数据字典类别开发 --- FlexJobApi.Core/settings.json | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/FlexJobApi.Core/settings.json b/FlexJobApi.Core/settings.json index 1d3e7c9..90a659b 100644 --- a/FlexJobApi.Core/settings.json +++ b/FlexJobApi.Core/settings.json @@ -51,6 +51,13 @@ } }, "SupplierPassword": "qwe321", + "Consul": { + "Address": "http://localhost:8500/", + "ServiceName": "Local_FlexJobApi", + "ServiceIP": "localhost", + "ServicePort": 53780, + "ServiceHealthCheck": "/healthz" + }, "DistributedCache": { "Access": "Redis", "Configuration": "118.178.252.28:5390,password=Bole123!" -- Gitblit v1.9.1