mirror of
https://github.com/XFox111/MuiCharts.git
synced 2026-04-22 06:51:05 +03:00
39bc85c9d9
- Added LettuceEncrypt for HTTPS - Fixed DataContext - Moved connection string to appsettings.json
13 lines
221 B
JSON
13 lines
221 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"DataContext": "Data Source=/persistence/data.db"
|
|
}
|
|
}
|