AutoDispatching/AutoDispathingWork/appsettings.json
2023-11-14 22:54:12 +08:00

20 lines
539 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"ClientOptions": {
"ApiGateway": "http://121.4.75.240/",
"UserName": "ganquanjiedao",
"Password": "12345678a",
"Delay": 2000,
"LoginApi": "api/auth/v5/users/login",
"GetTaskApi": "api/megcity/v1/events/queryByWaterFall",
"GetUserApi": "api/galaxy/v1/auth/users/query",
"DiposeOrder": "api/megcity/v1/events/dispatch/{0}",
"CloseFileApi": "api/megcity/v1/events/pass"
}
}