From 73b43c80cb6699ef972f43988d2dcb6cbcb7d46b Mon Sep 17 00:00:00 2001 From: Jonathan Bourdon Date: Thu, 20 Jun 2024 13:40:27 -0400 Subject: [PATCH] Cleanup of appsettings files --- src/Web/appsettings.Development.dist | 17 ----------------- src/Web/appsettings.json | 3 --- 2 files changed, 20 deletions(-) delete mode 100644 src/Web/appsettings.Development.dist diff --git a/src/Web/appsettings.Development.dist b/src/Web/appsettings.Development.dist deleted file mode 100644 index 25369fa..0000000 --- a/src/Web/appsettings.Development.dist +++ /dev/null @@ -1,17 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft": "Information", - "Microsoft.AspNetCore.SpaProxy": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "Google-ClientId": "", - "Google-ClientSecret": "", - "Facebook-ClientId": "", - "Facebook-ClientSecret": "", - "Jwt-Audience": "", - "Jwt-Issuer": "", - "Jwt-Key": "", -} \ No newline at end of file diff --git a/src/Web/appsettings.json b/src/Web/appsettings.json index 76a510b..222224e 100644 --- a/src/Web/appsettings.json +++ b/src/Web/appsettings.json @@ -1,7 +1,4 @@ { - "ConnectionStrings": { - "DefaultConnection": "Server={DB_HOST},1433;Database=Hutopy;User Id=sa;Password={DB_PASSWORD};MultipleActiveResultSets=true;TrustServerCertificate=True" - }, "Logging": { "LogLevel": { "Default": "Information",