Subversion-Projekte lars-tiefland.content-management

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
[ebay-config]
2
; this is fine till mid/end 2004
3
;compat-level = 305
4
compat-level = 357
5
 
6
; place keys and certificate here as provided from eBay
7
; this is the tripple for the sandbox
8
dev-key-test = N3155ZN4OC32A2G1HHCU54B14534D3
9
app-key-test = RDIGERWILLL52H31JCGC3H41IUAM8G
10
cert-id-test = Z6QI6B7K9IC$5Z1O2S359-HRII4F9M
11
 
12
; this is the tripple for the production
13
dev-key-prod = xxx
14
app-key-prod = xxx
15
cert-id-prod = xxx
16
 
17
; primary site id, attention place always 0 for sandbox enviroment
18
site-id = 0
19
;site-id = 16
20
;site-id = 77
21
 
22
; xml encoding style
23
; 0 is utf-8 (ok for US sites), 1 is iso-8859-1
24
;xml-encoding = 0
25
xml-encoding = 1
26
 
27
; xml-extra-decode will add an extra utf8_encode to all returned data
28
; only used within UTF-8 encoding
29
; xml-extra-decode = 2
30
 
31
; 1 = direct access, 0 = integration layer
32
api-mode = 1
33
 
34
; Prod:    https://api.ebay.com/ws/api.dll
35
; Sandbox: https://api.sandbox.ebay.com/ws/api.dll
36
; 0 = production, 1 = sandbox
37
;app-mode = 0
38
app-mode = 1
39
 
40
user = user
41
password = pass
42
 
43
; internal for serialization
44
serialize-folder=/var/tmp/
45
 
46
[ebay-transaction-config]
47
; 1 to 200
48
max-transactions-per-page = 200
49
; 1 is descriptive errors, 0 is minimum
50
error-level = 1
51
error-language=77
52
; timeout in secs for ebay-call
53
; take care retrieving transactions might produce a lot of data !
54
request-timeout = 3600
55
; switch off compression if your system does not support it (gzip in cURL needed)
56
use-http-compression=1
57
 
58
[logging]
59
;log-file=/var/tmp/ebay.log
60
;log-level=10
61
;log-mode=3
62
 
63
[debugging]
64
;debug-profiling=1
65
debug-showin=1
66
debug-showout=1
67
;debug-curl-verbose=1
68
 
69
[raw-logging]
70
;raw-log-mode=2
71
;raw-log-name=eBayData
72
;raw-log-path=/var/tmp
73
;raw-log-seq=1
74
 
75
[token]
76
token-pickup-file=/var/sandbox.token
77
;token-pickup-file=/var/production.token
78
token-mode=1