Cleanup of appsettings files

This commit is contained in:
Jonathan Bourdon
2024-06-20 13:40:27 -04:00
parent ab88511f22
commit 73b43c80cb
2 changed files with 0 additions and 20 deletions

View File

@@ -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": "",
}

View File

@@ -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",