forked from ssahoo81/samplejava
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomponent1.yaml
More file actions
81 lines (81 loc) · 2.12 KB
/
Copy pathcomponent1.yaml
File metadata and controls
81 lines (81 loc) · 2.12 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
---
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
- 3DES
- RSA
encryptionProtocols:
- type: https
settings:
enabled: 'true'
supported: 'true'
- type: http
settings:
enabled: 'false'
supported: 'false'
TLS:
- version: '1.0'
enabled: 'false'
allowedCipherSuites: []
- version: '1.1'
enabled: 'false'
allowedCipherSuites: []
- 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
- 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'
- '2'
- '3'
- '4'
- '5'
keyArrOfObj:
- object1:
key1: value2
- object2: value
- object3:
- '1'
- '2'
- '34'
keyJsonObj:
key: value
keyInt: 12
keyDouble: 89.78
keyNullVal:
keyEcapeChars: "value/\n this is newline, backspace \b, tab \t"