-
Notifications
You must be signed in to change notification settings - Fork 83
/
Copy pathcybs.properties
47 lines (39 loc) · 1.93 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
45
46
47
merchantID=< ---merchant_id ---->
keysDirectory=<--- P12 key directory location -->
keyAlias=<--- key alias name for P12 key --->
keyPassword=<--- P12 key password --->
targetAPIVersion=<-- API Version Number -->
# 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=<-- Set it to true for Production -->
sendToAkamai=<-- Set it to true for Akamai -->
#serverURL=< -- Service URL or Transaction Processor URL -->
#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=<-- Set it to true for MLE[MessageLevelEncryption] -->
# Timeout is in seconds
timeout=20
# connection timeout if not present will default to timeout above.
connectionTimeout=5
# logging should normally be disabled in production as it would slow down the
# processing. Enable it only when troubleshooting an issue.
enableLog=true
logDirectory=<-- Directory where cybs.log file will be created -->
logMaximumSize=10
# Optional proxy server settings
#proxyHost=<-- Set the Proxy Host-->
#proxyPort=< -- Set the Proxy port-->
#proxyUser=< -- Proxy user name-->
#proxyPassword=< -- Proxy passsword-->