2024-12-09 03:27:18 +04:00
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
}
|
|
|
|
},
|
2024-12-11 01:51:02 +04:00
|
|
|
"AllowedHosts": "*",
|
|
|
|
"ConnectionStrings": {
|
|
|
|
"Database": "Host=localhost;Port=5432;Database=AdressDb;Username=postgres;Password=postgres"
|
|
|
|
}
|
2024-12-09 03:27:18 +04:00
|
|
|
}
|