Files
RpgRoller/RpgRoller/appsettings.json

13 lines
225 B
JSON

{
"ConnectionStrings": {
"RpgRoller": "Data Source=App_Data/rpgroller.db"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}