Files
deepdrft/DeepDrftWeb/appsettings.json
T

13 lines
226 B
JSON

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