forked from Virtual-Coffee/virtualcoffee.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
28 lines (27 loc) · 1.06 KB
/
.env.example
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
#
# Local url:
URL='http://localhost:9000'
# IMGIX:
# By default, imgix is disabled locally. Uncomment the following line to view images through imgix:
# USE_IMGIX=true
#
# GitHub:
# If you'd like to see live GitHub data in /members or the sponsors section, you'll need a token from github
# https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token
# The token does not need any permissions, so you can leave all of the "scope" boxes unchecked.
# One you have your token, uncomment the following line and add your token
# GITHUB_TOKEN=yourtoken
#
# CMS:
# If you'd like to see live CMS data, you'll need to ask a maintainer for a CMS token. Once you have that,
# add your token and uncomment the following two lines:
#
# CMS_URL='https://members.virtualcoffee.io'
# CMS_TOKEN=cmstoken
#
# Airtable:
# There are some monthly challenges that use Airtable data. If you'd like to see live data in these sections,
# ask a maintainer for an airtable token. Once you have that, add the token and uncomment the following line:
#
# AIRTABLE_API_KEY=yourtoken
#