2023-04-02 17:40:09 +04:00
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
}
|
|
|
|
},
|
2023-04-02 19:00:59 +04:00
|
|
|
"AllowedHosts": "*",
|
|
|
|
"ConnectionStrings": {
|
2023-04-03 01:12:02 +04:00
|
|
|
"ASPDB": "Host=localhost;Database=local;Username=postgres;Password=postgres"
|
2023-04-02 19:00:59 +04:00
|
|
|
}
|
2023-04-02 17:40:09 +04:00
|
|
|
}
|