Files
radius/radiuscontroller/appsettings.json

13 lines
273 B
JSON

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