Files
hermes/WebApp/appsettings.example.json

12 lines
288 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "Server=some_host;Database=database_resource;Username=database_user;Password=some_password"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}