Files
BI/server/DongfangHydro.Dashboard.Api/appsettings.json
T

23 lines
367 B
JSON

{
"ConnectionStrings": {
"DashboardDb": ""
},
"Database": {
"AutoMigrate": false,
"Seed": false
},
"Cors": {
"AllowedOrigins": [
"http://localhost:5173",
"http://127.0.0.1:5173"
]
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}