-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
23 lines (16 loc) · 796 Bytes
/
.env.example
File metadata and controls
23 lines (16 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Server Configuration
PORT=3000
# Contentstack Configuration (required)
CONTENTSTACK_API_KEY=your_stack_api_key
# Content Delivery API (optional - required only for CDA tools)
CONTENTSTACK_DELIVERY_TOKEN=your_delivery_token
# BrandKit (optional - required only for BrandKit tools)
CONTENTSTACK_BRAND_KIT_ID=your_brand_kit_id
# Launch (optional - required only for Launch tools)
CONTENTSTACK_LAUNCH_PROJECT_ID=your_launch_project_id
# Personalize (optional - required only for Personalize tools)
CONTENTSTACK_PERSONALIZE_PROJECT_ID=your_personalize_project_id
# Lytics (optional - required only for Lytics tools)
LYTICS_ACCESS_TOKEN=your_lytics_access_token
# API Groups to enable (comma-separated: cma, cda, analytics, brandkit, launch, developerhub, lytics, personalize, all)
GROUPS=cma