-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconnect.yaml
132 lines (132 loc) · 5.43 KB
/
connect.yaml
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
deployAs:
- name: cybersource-service-new
applicationType: service
endpoint: /cybersource-service-new
scripts:
postDeploy: npm install && npm run setup-resources
configuration:
standardConfiguration:
- key: CONFIG_PORT
description: Port configuration for the service
required: false
- key: PAYMENT_GATEWAY_EXTENSION_DESTINATION_URL
description: URL for the payment gateway extension destination
required: false
- key: PAYMENT_GATEWAY_EXTENSION_HEADER_VALUE
description: Header value for the payment gateway extension
required: false
- key: PAYMENT_GATEWAY_RUN_ENVIRONMENT
description: Environment in which the payment gateway runs
required: false
- key: PAYMENT_GATEWAY_ENABLE_DEBUG
description: Enable debug mode for the payment gateway
required: false
- key: PAYMENT_GATEWAY_TARGET_ORIGINS
description: Allowed target origins for the payment gateway
required: false
- key: PAYMENT_GATEWAY_VERIFICATION_KEY
description: Verification key for the payment gateway
required: false
- key: PAYMENT_GATEWAY_CC_ALLOWED_CARD_NETWORKS
description: Allowed card networks for credit card payments
required: false
- key: PAYMENT_GATEWAY_3DS_RETURN_URL
description: Return URL for 3DS authentication
required: false
- key: PAYMENT_GATEWAY_SCA_CHALLENGE
description: SCA challenge configuration
required: false
- key: PAYMENT_GATEWAY_ORDER_RECONCILIATION
description: Order reconciliation configuration
required: false
- key: PAYMENT_GATEWAY_WHITELIST_URLS
description: Whitelisted URLs for the payment gateway
required: false
- key: PAYMENT_GATEWAY_APPLE_PAY_DOMAIN_NAME
description: Domain name for Apple Pay
required: false
- key: PAYMENT_GATEWAY_APPLE_PAY_MERCHANT_ID
description: Merchant ID for Apple Pay
required: false
- key: PAYMENT_GATEWAY_APPLE_PAY_CERTIFICATE_PATH
description: Certificate path for Apple Pay
required: false
- key: PAYMENT_GATEWAY_APPLE_PAY_KEY_PATH
description: Key path for Apple Pay
required: false
- key: PAYMENT_GATEWAY_ENABLE_RATE_LIMITER
description: Enable rate limiter for the payment gateway
required: false
- key: PAYMENT_GATEWAY_LIMIT_SAVED_CARD_RATE
description: Rate limit for saved cards
required: false
- key: PAYMENT_GATEWAY_SAVED_CARD_LIMIT_FRAME
description: Time frame for saved card rate limit
required: false
- key: PAYMENT_GATEWAY_DECISION_SYNC
description: Decision sync configuration
required: false
- key: PAYMENT_GATEWAY_DECISION_MANAGER
description: Decision manager configuration
required: false
- key: PAYMENT_GATEWAY_RUN_SYNC
description: Run sync configuration
required: false
- key: PAYMENT_GATEWAY_DECISION_SYNC_MULTI_MID
description: Multi MID decision sync configuration
required: false
- key: PAYMENT_GATEWAY_NETWORK_TOKEN_MULTI_MID
description: Multi MID network token configuration
required: false
- key: PAYMENT_GATEWAY_UC_ALLOWED_PAYMENTS
description: Allowed payment methods for UC
required: false
- key: PAYMENT_GATEWAY_UC_BILLING_TYPE
description: Billing type for UC
required: false
- key: PAYMENT_GATEWAY_UC_ENABLE_PHONE
description: Enable phone for UC
required: false
- key: PAYMENT_GATEWAY_UC_ENABLE_EMAIL
description: Enable email for UC
required: false
- key: PAYMENT_GATEWAY_UC_ENABLE_NETWORK_ICONS
description: Enable network icons for UC
required: false
- key: PAYMENT_GATEWAY_UC_ENABLE_SHIPPING
description: Enable shipping for UC
required: false
- key: PAYMENT_GATEWAY_UC_ALLOWED_SHIP_TO_COUNTRIES
description: Allowed ship-to countries for UC
required: false
- key: PAYMENT_GATEWAY_SERVERLESS_DEPLOYMENT
description: Serverless deployment configuration
required: false
- key: FUNCTIONS_HTTPWORKER_PORT
description: Port for HTTP worker functions
required: false
- key: CT_AUTH_HOST
description: Auth host for commercetools
required: false
- key: CT_API_HOST
description: API host for commercetools
required: false
securedConfiguration:
- key: CT_PROJECT_KEY
description: Project key for commercetools
required: false
- key: CT_CLIENT_ID
description: Client ID for commercetools
required: false
- key: CT_CLIENT_SECRET
description: Client secret for commercetools
required: false
- key: PAYMENT_GATEWAY_MERCHANT_ID
description: Merchant ID for the payment gateway
required: false
- key: PAYMENT_GATEWAY_MERCHANT_KEY_ID
description: Merchant key ID for the payment gateway
required: false
- key: PAYMENT_GATEWAY_MERCHANT_SECRET_KEY
description: Merchant secret key for the payment gateway
required: false