-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
25 lines (20 loc) · 1001 Bytes
/
.env.example
File metadata and controls
25 lines (20 loc) · 1001 Bytes
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
# Default API key for general use.
API_KEY=your-multisafepay-api-key
# Set CLOUD_POS_TERMINAL_GROUP_ID to skip automatic group lookup when needed.
CLOUD_POS_TERMINAL_GROUP_ID=your-cloud-pos-terminal-group-id
CLOUD_POS_TERMINAL_ID=your-cloud-pos-terminal-id
# Terminal group API keys — one entry per group_id
TERMINAL_GROUP_API_KEY_GROUP_DEFAULT=your-terminal-group-api-key-for-default-group
# TERMINAL_GROUP_API_KEY_GROUP_A=
# TERMINAL_GROUP_API_KEY_GROUP_B=
PARTNER_API_KEY=your-partner-api-key
# Dedicated env vars for strict feature-specific E2E tests
E2E_API_KEY=your-e2e-api-key
E2E_BASE_URL=your-e2e-base-url
E2E_PARTNER_API_KEY=your-e2e-partner-api-key
E2E_CLOUD_POS_TERMINAL_ID=your-e2e-cloud-pos-terminal-id
E2E_TERMINAL_GROUP_API_KEY_GROUP_DEFAULT=your-e2e-terminal-group-api-key-for-default-group
# Optional custom base URL for dev-backed examples and terminal endpoint E2E.
# MSP_SDK_BUILD_PROFILE=dev
# MSP_SDK_ALLOW_CUSTOM_BASE_URL=1
# MSP_SDK_CUSTOM_BASE_URL=your-custom-base-url