forked from ssahoo81/samplejava
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomponent1.ini
More file actions
51 lines (47 loc) · 2.04 KB
/
Copy pathcomponent1.ini
File metadata and controls
51 lines (47 loc) · 2.04 KB
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
48
49
50
51
serviceId=pay55555
[featureToggles]
paymentRefund=enabled
myPreferredPaymentMethods=enabled
invoicePrinting=disabled
payOnDelivery=disabled
payByVoucher=enabled
[settings]
paypal=disabled
applePay=disabled
ogone=enabled
merchantId=replaceThis
paymentMethods=1,3,5,6
allowed.billing.countries=74,76,88,136,139,176,197
creditcards.cacf.type.ids=43,44,45,46
creditcards.oney.type.ids=33,34,35,36
included.availabilityids=99,199
included.availabilityids.cacf=1,20,99,120,199
included.warrantiestypeids.cacf=19002,19005,19006,19009,19010,19011,19014,19016
dbPort=@@paymentService/database/dbPort@@
dbConnectionString=@@paymentService/database/dbUserName@@:@@paymentService/database/dbPassword@@-@@paymentService/database/dbServer@@ @@paymentService/database/dbName@@
dbConnectionStringBackup=@@paymentService/database/dbUserName@@:@@paymentService/database/dbPassword@@-@@paymentService/database/backup/dbServer@@ @@paymentService/database/dbName@@
encryptionTypes[]=AES
encryptionTypes[]=3DES
encryptionTypes[]=RSA
encryptionProtocols[]={"type":"https","settings":{"enabled":"true","supported":"true"}}
encryptionProtocols[]={"type":"http","settings":{"enabled":"false","supported":"false"}}
TLS[]={"version":"1.0","enabled":"false","allowedCipherSuites":[]}
TLS[]={"version":"1.1","enabled":"false","allowedCipherSuites":[]}
TLS[]={"version":"1.2","enabled":"true","allowedCipherSuites":["TLS_DHE_RSA_WITH_AES_256_CBC_SHA256","TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256","TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305","TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256"]}
TLS[]={"version":"1.3","enabled":"true","allowedCipherSuites":["TLS_AES_256_GCM_SHA384","TLS_CHACHA20_POLY1305_SHA256","TLS_AES_128_GCM_SHA256","TLS_AES_128_CCM_8_SHA256"]}
[dataTypes]
booleanKey=true
arrayKey[]=1
arrayKey[]=2
arrayKey[]=3
arrayKey[]=4
arrayKey[]=5
keyArrOfObj[]={"object1":{"key1":"value2"}}
keyArrOfObj[]={"object2":"value"}
keyArrOfObj[]={"object3":["1","2","34"]}
keyInt=12
keyDouble=89.78
keyNullVal=null
keyEcapeChars="value/\n this is newline, backspace \b, tab \t"
[dataTypes.keyJsonObj]
key=value