IDIS_Server.Console/IDIS_Server-SIM/appsettings.json

12 lines
287 B
JSON
Raw Normal View History

2024-04-28 15:45:17 +08:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Urls": "http://+:5242",
2024-04-29 23:05:47 +08:00
"DefaultConnection":"server=server.bitfall.icu;port=3306;database=ifactory;uid=ifactory;password=JdBfKR2dxhm76Ss2",
2024-04-28 15:45:17 +08:00
"AllowedHosts": "*"
}