From 75e6df19bd297b1f6f861bb59a7b6f19612eab15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A9=99=E5=AD=90?= <454313500@qq.com> Date: Tue, 9 Nov 2021 18:56:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=BD=E7=95=A5=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + Yi.Framework/Yi.Framework.ApiMicroservice/appsettings.json | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 4414ad74..d0544e76 100644 --- a/.gitignore +++ b/.gitignore @@ -339,3 +339,4 @@ ASALocalRun/ # BeatPulse healthcheck temp database healthchecksdb Yi.Framework/Yi.Framework.ApiMicroservice/YIDB.db-shm +Yi.Framework/Yi.Framework.ApiMicroservice/appsettings.json diff --git a/Yi.Framework/Yi.Framework.ApiMicroservice/appsettings.json b/Yi.Framework/Yi.Framework.ApiMicroservice/appsettings.json index 126afc73..589edaa4 100644 --- a/Yi.Framework/Yi.Framework.ApiMicroservice/appsettings.json +++ b/Yi.Framework/Yi.Framework.ApiMicroservice/appsettings.json @@ -84,4 +84,5 @@ "Template": "SMS_221640732" }, "IPLibraryServiceUrl": "http://gRPCIPLibraryService" + } \ No newline at end of file