forked from Alexey/DAS_2024_1
13 lines
269 B
JSON
13 lines
269 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"BuyerDatabase": "Host=postgresdb;Database=buyer;Username=postgres;Password=123"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|