Skip to content

Commit 892c021

Browse files
committed
Add env.example file with CMS configuration variables
1 parent 2ff73c1 commit 892c021

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
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)