From 82dbcc7ad9aeae270449139278dc9693de4ad218 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期三, 06 八月 2025 16:58:59 +0800 Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/ApiFlexJob --- FlexJobApi.Core/settings.json | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/FlexJobApi.Core/settings.json b/FlexJobApi.Core/settings.json index 5813776..90a659b 100644 --- a/FlexJobApi.Core/settings.json +++ b/FlexJobApi.Core/settings.json @@ -40,7 +40,7 @@ "Microsoft.EntityFrameworkCore": "Information" }, "File": { - "FileName": "Logs/{0:yyyy}-{0:MM}-{0:dd}.log", + "FileName": "Logs/logs{0:yyyy}{0:MM}{0:dd}.txt", "Append": true, "MinimumLevel": "Information", "FileSizeLimitBytes": 0, @@ -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