mirror of
https://github.com/XFox111/MuiCharts.git
synced 2026-04-22 06:51:05 +03:00
465b3ac01a
- Fixed backed Dockerfile to have /persistence if volume is not attached
17 lines
306 B
JSON
17 lines
306 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"DataContext": "Data Source=/persistence/data.db"
|
|
},
|
|
"Cors": {
|
|
"Origins": ["*"],
|
|
"Methods": ["GET", "POST", "PUT", "DELETE"]
|
|
}
|
|
}
|