-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfiguration.xml
More file actions
executable file
·33 lines (21 loc) · 1.01 KB
/
configuration.xml
File metadata and controls
executable file
·33 lines (21 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<!--
Document : configuration.xml
Created on : May 16, 2009, 10:00 PM
Author : zhuyang@ebay.com
-->
<properties>
<!--
<entry key="logging">true</entry>
<entry key="getJobStatusQueryInterval">10000</entry>
<entry key="bulkDataExchangeURL">https://webservices.ebay.com/BulkDataExchangeService</entry>
<entry key="fileTransferURL">https://storage.ebay.com/FileTransferService</entry>
<entry key="userToken">replace this with your Production token</entry>
-->
<entry key="logging">true</entry>
<entry key="getJobStatusQueryInterval">10000</entry>
<entry key="bulkDataExchangeURL">https://webservices.sandbox.ebay.com/BulkDataExchangeService</entry>
<entry key="fileTransferURL">https://storage.sandbox.ebay.com/FileTransferService</entry>
<entry key="userToken">replace this with your Sandbox token</entry>
</properties>