CyberBloomBackend/appsettings.json
2023-12-22 21:45:30 +03:00

14 lines
327 B
JSON

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