-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
54 lines (44 loc) · 1.84 KB
/
.env.example
File metadata and controls
54 lines (44 loc) · 1.84 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
# Copy to `.env` at repo root for Playwright e2e + local tooling. Do not commit real secrets.
# --- Contentstack auth (required for e2e global setup) ---
CONTENTSTACK_LOGIN=
CONTENTSTACK_PASSWORD=
# If MFA is enabled, use one of:
# CONTENTSTACK_MFA_SECRET=
CONTENTSTACK_TFA_TOKEN=
# --- Contentstack org / APIs ---
CONTENTSTACK_ORGANIZATION_UID=
# API hosts (no path or #! suffix), e.g. api.contentstack.io — see Contentstack docs for your region
BASE_API_URL=
DEVELOPER_HUB_API=
# --- App URLs ---
# Where the Brandfolder UI is served (e.g. local Vite)
APP_HOST_URL=http://localhost:4000
APP_BASE_URL=http://localhost:4000/#
# CMS web app for login + entry URLs. If unset with local Vite, NA default is https://app.contentstack.com.
# EU: set CONTENTSTACK_REGION=EU or ENV_URL=https://eu-app.contentstack.com
CONTENTSTACK_REGION=NA
ENV_URL=https://app.contentstack.com
# --- QA-style marketplace flow (tests/e2e/test-spec/brandfolder-flow.spec.ts) ---
# Org display name as shown in the CMS header org dropdown (same as legacy ORGNAME in es-marketplace-qa-automation)
ORGNAME=
# Stack name / app name env vars (parity with es-marketplace: STACKNAME, BRANDFOLDER)
STACKNAME=
BRANDFOLDER=
# --- Stack under test ---
STACK_API_KEY=
# Display name of the stack in Marketplace → Installed Apps (required for QA-style config + asset e2e)
STACK_NAME=
# --- Optional: HTTP basic auth in front of CMS ---
BASIC_AUTH_USERNAME=
BASIC_AUTH_PASSWORD=
# --- Brandfolder DAM (QA repo parity: BRANDFOLDER_API_KEY1/2/3) ---
BRANDFOLDER_API_KEY1=
BRANDFOLDER_API_KEY2=
BRANDFOLDER_API_KEY3=
# Optional extension lookup when resolving field UID
# BRANDFOLDER_APP_NAME=Brandfolder
# --- Optional e2e modes ---
# INSTALL_VIA_MARKETPLACE=true
# STACK_NAME must match the stack picked in the install modal when using marketplace install
# USE_GLOBAL_TEARDOWN=true
SKIP_PREFLIGHT_CHECK=true