2024-12-11 01:51:02 +04:00

13 lines
269 B
JSON

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