iFactory.Godot/Mods/EIPC/appsettings.json

11 lines
211 B
JSON
Raw Normal View History

2023-06-15 21:52:13 +08:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"SCADA_GetInfos": "http://222.180.160.130:7081/WebApi/GetInfos?password=winner"
}