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