Code refactor and cleanup.

This commit is contained in:
2023-10-04 00:18:24 +01:00
parent e953155bd3
commit bb938dcc73
5 changed files with 36 additions and 36 deletions

View File

@@ -1,11 +1,11 @@
{
"ConnectionStrings": {
"ConnectionStrings": {
"DefaultConnection": "server=zeus.claunia.com;port=3306;database=discimagechef;uid=dic;password=dicpass"
},
"Logging": {
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},