-
-
Notifications
You must be signed in to change notification settings - Fork 247
/
.env.example
37 lines (36 loc) · 1.44 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
29
30
31
32
33
34
35
36
37
#
# Local url:
URL='http://localhost:9000'
PNPM_FLAGS=--shamefully-hoist
# 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 for the Public Data base. Once you have that, add the token and uncomment the following line:
#
# readonly key for public base:
# PUBLIC_AIRTABLE_API_KEY=token
#
# The signup function currently also uses airtable. If you'd like to run this locally,
# ask a maintainer for an airtable token for the membership base. Once you have that, add the token and uncomment the following line:
#
# readonly key for membership base:
# MEMBERSHIP_AIRTABLE_API_KEY=token
#