Use .env for all configs

This commit is contained in:
lumijiez
2025-06-06 00:08:22 +03:00
parent bddb6ada87
commit 47f1b77584
4 changed files with 15 additions and 33 deletions

View File

@@ -1,15 +0,0 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Debug",
"Microsoft.EntityFrameworkCore": "Information"
}
},
"ConnectionStrings": {
"DefaultConnection": ""
},
"DatabaseOptions": {
"ApplyMigrationsAtStartup": true
}
}

View File

@@ -1,15 +0,0 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Debug",
"Microsoft.EntityFrameworkCore": "Information"
}
},
"ConnectionStrings": {
"DefaultConnection": ""
},
"DatabaseOptions": {
"ApplyMigrationsAtStartup": true
}
}