21 lines
326 B
JSON
21 lines
326 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
|
|
"ConnectionStrings": {
|
|
"Database": "Data Source=database.sqlite3"
|
|
},
|
|
|
|
"JwtSettings": {
|
|
"Issuer": "TemperatureAlarmApi",
|
|
"Audience": "Customers",
|
|
"Key": ""
|
|
}
|
|
}
|
|
|