Skip to content

Commit 0277cd3

Browse files
committed
Add env.example file with CMS configuration variables
1 parent 9ef9aef commit 0277cd3

File tree

2 files changed

+27
-11
lines changed

2 files changed

+27
-11
lines changed

pnpm-lock.yaml

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Key to fetch content from the CMS.
2+
# To get the key go to your CMS instance > Settings > API Keys
3+
OPTIMIZELY_GRAPH_SINGLE_KEY='<SECRET>'
4+
5+
# Client ID and Secret from your CMS instance
6+
# Go to your CMS instance > Settings > API Keys and click "Create API key"
7+
OPTIMIZELY_CMS_CLIENT_ID=
8+
OPTIMIZELY_CMS_CLIENT_SECRET=
9+
10+
# Root CMS instance. For example "https://<something>.cms.optimizely.com"
11+
OPTIMIZELY_CMS_HOST=
12+
# From here, all environmental variables are optional
13+
#
14+
# Endpoint of GraphQL. Use this variable if you use a non-production instance or a different version
15+
# OPTIMIZELY_GRAPH_URL=https://cg.optimizely.com/content/v2
16+
#

0 commit comments

Comments
 (0)