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": "*" -}