Files
EstusShots-Net/EstusShots.Server/appsettings.json
2020-02-29 18:45:10 +01:00

14 lines
249 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"ConnectionStrings": {
"Sqlite": "DataSource=debug.db;"
},
"AllowedHosts": "*"
}