23 lines
600 B
JSON
23 lines
600 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"DataBase": {
|
|
"ConnectionString": "Dispathing.db"
|
|
},
|
|
"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"
|
|
}
|
|
}
|