You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
1.3 KiB
61 lines
1.3 KiB
{
|
|
"ConnectionStrings": {
|
|
"DataExchange": "Server=127.0.0.1;Database=DataExchange_Test;uid=sa;pwd=Microsoft2008;"
|
|
},
|
|
|
|
"DataExchangeOptions": {
|
|
"IncomingOptions": {
|
|
"Active": false,
|
|
"PeriodSeconds": 300,
|
|
"RetryTimes": 3,
|
|
"BatchSize": 100
|
|
},
|
|
"OutgoingOptions": {
|
|
"Active": true,
|
|
"PeriodSeconds": 10,
|
|
"RetryTimes": 3,
|
|
"BatchSize": 100,
|
|
"BaseUrl": "https://localhost:7034/test",
|
|
"Username": "username",
|
|
"Password": "password",
|
|
"Apis": {
|
|
"Receipt": {
|
|
"Url": "receipt",
|
|
"Enabled": false
|
|
},
|
|
"Return": {
|
|
"Url": "return",
|
|
"Enabled": false
|
|
},
|
|
"Transfer": {
|
|
"Url": "transfer",
|
|
"Enabled": true
|
|
},
|
|
"BackFlush": {
|
|
"Url": "back-flush",
|
|
"Enabled": true
|
|
},
|
|
"Rework": {
|
|
"Url": "rework",
|
|
"Enabled": true
|
|
},
|
|
"PreShipper": {
|
|
"Url": "pre-shipper",
|
|
"Enabled": true
|
|
},
|
|
"UnplannedReceipt": {
|
|
"Url": "unplanned-receipt",
|
|
"Enabled": true
|
|
},
|
|
"UnplannedDeliver": {
|
|
"Url": "unplanned-deliver",
|
|
"Enabled": true
|
|
},
|
|
"Count": {
|
|
"Url": "count",
|
|
"Enabled": false
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|