SE-23-Lisov-N.A-SoDM/RentalBusiness/appsettings.json

13 lines
253 B
JSON

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