-
Notifications
You must be signed in to change notification settings - Fork 83
/
Copy pathcybs.properties
44 lines (37 loc) · 1.57 KB
/
cybs.properties
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
34
35
36
37
38
39
40
41
42
43
44
merchantID=
keysDirectory=
keyAlias=
keyPassword=
targetAPIVersion=1.129
# the following flags can be used to control the endpoint to which requests will be sent.
# Set sendToProduction=true to send requests to Cybersource production environment.
# Set sendToAkamai=true to send requests through Akamai to Cybersource.
# If serverURL is provided then it takes precedence over the above settings. By default
# the serverURL config is commented out.
sendToProduction=false
sendToAkamai=true
#serverURL=https://ics2wstesta.ic3.com/commerce/1.x/transactionProcessor
#useHttpClient=false
# Following configure parameters will only work with useHttpClient=true
# "allow retry" property toggle value "true/false" to turn on /off the auto request retry.
# Number of retries is the number of attempts made to send the request.
# Retry interval is the wait time in between the attempts to send the request.
# Retry count configuration, interval unit is in seconds.
# Default values are for allowRetry=true, numberOfRetries=5 and retryInterval=5 seconds.
allowRetry=true
numberOfRetries=5
retryInterval=5
# Mechanism to differentiate whether Payload is encrypted or not
useSignAndEncrypted=false
timeout=100
connectionTimeout=100
# logging should normally be disabled in production as it would slow down the
# processing. Enable it only when troubleshooting an issue.
enableLog=true
logDirectory=../../logs
logMaximumSize=10
# Optional proxy server settings
#proxyHost=<-- Set the Proxy Host-->
#proxyPort=< -- Set the Proxy port-->
#proxyUser=< -- Proxy user name-->
#proxyPassword=< -- Proxy passsword-->