-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
25 lines (20 loc) · 949 Bytes
/
env.example
File metadata and controls
25 lines (20 loc) · 949 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
# Required Adyen API Keys (must be set for deployment)
ADYEN_LEM_API_KEY=your_adyen_lem_api_key_here
ADYEN_BP_API_KEY=your_adyen_bp_api_key_here
ADYEN_PSP_API_KEY=your_adyen_psp_api_key_here
# Optional Adyen Configuration (will use defaults if not set)
ADYEN_BP_API_URL=https://test-bp.adyen.com
ADYEN_MANAGEMENT_API_URL=https://management-test.adyen.com
ADYEN_LEM_API_URL=https://test-lem.adyen.com
ADYEN_MERCHANT_ACCOUNT=TestMerchantAccount
# Optional CORS Configuration (will use defaults if not set)
CORS_ALLOWED_ORIGINS=http://localhost:3000,https://test.d4tu0pbfxi4ui.amplifyapp.com
# Optional Adyen Webhook Configuration (will use defaults if not set)
ADYEN_HMAC_SECRET=your_test_hmac_secret_here
ADYEN_WEBHOOK_USERNAME=your_webhook_username
ADYEN_WEBHOOK_PASSWORD=your_webhook_password
# AWS Configuration
CDK_DEFAULT_REGION=us-east-1
CDK_DEFAULT_ACCOUNT=your_aws_account_id_here
# Application Configuration
APP_NAME=payersyncOnboarder