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 = N26RTZII85YHEX63LY8934Z1U1U369
14
app-key-prod = WEBAGENTURT5S1B9G3577ELAL8MD1G
15
;cert-id-prod = X8F92GDLHJH$AL3415G8I-D148QRBU
16
 
17
; primary site id, attention place always 0 for sandbox enviroment
18
;site-id = 0
19
site-id = 77
20
 
21
; xml encoding style
22
; 0 is utf-8 (ok for US sites), 1 is iso-8859-1
23
;xml-encoding = 0
24
xml-encoding = 0
25
 
26
; xml-extra-decode will add an extra utf8_encode to all returned data
27
; only used within UTF-8 encoding
28
; xml-extra-decode = 2
29
 
30
; 1 = direct access, 0 = integration layer
31
api-mode = 1
32
 
33
; Prod:    https://api.ebay.com/ws/api.dll
34
; Sandbox: https://api.sandbox.ebay.com/ws/api.dll
35
; 0 = production, 1 = sandbox
36
app-mode = 1
37
;app-mode = 1
38
 
39
; internal for serialization
40
serialize-folder=/var/tmp/
41
 
42
[ebay-transaction-config]
43
; 1 to 200
44
max-transactions-per-page = 200
45
; 1 is descriptive errors, 0 is minimum
46
error-level = 1
47
error-language=77
48
; timeout in secs for ebay-call
49
; take care retrieving transactions might produce a lot of data !
50
request-timeout = 3600
51
; switch off compression if your system does not support it (gzip in cURL needed)
52
use-http-compression=1
53
 
54
[ebay-user-config]
55
Currency=7
56
Country=DE
57
Location=Gladbeck
58
 
59
[ebay-shop-config]
60
shops_ID=4
61
 
62
[logging]
63
log-file=/var/tmp/ebay.log
64
log-level=10
65
log-mode=3
66
 
67
[debugging]
68
;debug-profiling=1
69
;debug-showin=1
70
;debug-showout=1
71
;debug-curl-verbose=1
72
 
73
[raw-logging]
74
;raw-log-mode=2
75
;raw-log-name=eBayData
76
;raw-log-path=/var/tmp
77
;raw-log-seq=1
78
 
79
[token]
80
;token-pickup-file=/var/sandbox.token
81
token-pickup-file=/var/production.token
82
token-mode=1