From 540da06ef0a2c34e5b03cd3e51a76b5ed9cd98b6 Mon Sep 17 00:00:00 2001 From: tleodev Date: Mon, 19 May 2025 10:58:51 +0200 Subject: [PATCH] Apply .gitignore rules (stop tracking config files) --- .gitignore | 2 +- src/CatalogService/appsettings.Development.json | 11 ----------- src/CatalogService/appsettings.json | 9 --------- 3 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 src/CatalogService/appsettings.Development.json delete mode 100644 src/CatalogService/appsettings.json diff --git a/.gitignore b/.gitignore index 0f10cb8..0ac2699 100644 --- a/.gitignore +++ b/.gitignore @@ -800,4 +800,4 @@ pyrightconfig.json # End of https://www.toptal.com/developers/gitignore/api/rider,intellij,intellij+all,dotnetcore,csharp,python -**/appsettings.json \ No newline at end of file +**/appsettings*.json \ No newline at end of file diff --git a/src/CatalogService/appsettings.Development.json b/src/CatalogService/appsettings.Development.json deleted file mode 100644 index c7bdc64..0000000 --- a/src/CatalogService/appsettings.Development.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Information" - } - }, - "ConnectionStrings": { - "CatalogDb": "Server=localhost;Port=5433;Database=CatalogDb;User Id=postgres;Password=montretesfesseslouis;", - } -} diff --git a/src/CatalogService/appsettings.json b/src/CatalogService/appsettings.json deleted file mode 100644 index 10f68b8..0000000 --- a/src/CatalogService/appsettings.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" - } - }, - "AllowedHosts": "*" -}