change struct

This commit is contained in:
2023-12-22 23:57:35 +03:00
parent a493f11331
commit 64cca2cdb1
13 changed files with 48 additions and 58 deletions

View File

@ -0,0 +1,13 @@
{
"https_port": 7223,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "Host=localhost; Database=CyberBoomWellBeing; Username=postgres; Password=supper_password_123"
}
}