Cleanup of appsettings files
This commit is contained in:
@@ -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": "",
|
||||
}
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user