forked from AuthorizeNet/sdk-java
-
Notifications
You must be signed in to change notification settings - Fork 1
/
anet-java-sdk.properties
30 lines (27 loc) · 1.08 KB
/
anet-java-sdk.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
# Populate this file. If you use the ANT to run the tests, put this file into your ${user.home}
# directory named as anet-java-sdk.properties
#
# If using Eclipse, set working directory in your Run/Debug configuration to ${user.home}
#
# Keys for ApplePay transaction tests. These keys may or may not be
# the same as the key above. If not specified, they are defaulted to
# the keys above.
api.login.id=API_LOGIN_ID
transaction.key=TRANSACTION_KEY
md5.hash.key=MD5_HASH_KEY
# Keys for ApplePay transaction tests. These keys may or may not be
# the same as the key above. If not specified, they are defaulted to
# the keys above.
# api.login.id.applepay=API_LOGIN_ID_APPLEPAY
# transaction.key.applepay=TRANSACTION_KEY_APPLEPAY
# md5.hash.key.applepay=MD5_HASH_KEY_APPLEPAY
# if behind a proxy, use these settings:
# http.proxyHost=HTTP_PROXY_HOST
# http.proxyPort=HTTP_PROXY_PORT
# http.ProxyUse=true
# https.proxyHost=HTTPS_PROXY_HOST
# https.proxyPort=HTTPS_PROXY_PORT
# https.proxyUse=true
#Settings for HTTP connection timeouts (in milliseconds)
http.ConnectionTimeout=30000
http.ReadTimeout=30000