Files
Govor/Govor.API/appsettings.json
T
2025-06-16 22:31:45 +07:00

13 lines
275 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"GovorDbContext": "Host=localhost;Port=5432;Database=DbGovor;Username=postgres;Password=stalcker;"
},
"AllowedHosts": "*"
}