change struct
This commit is contained in:
13
CyberBoom/appsettings.json
Normal file
13
CyberBoom/appsettings.json
Normal 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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user