forked from byudevelopers/byudev-react-eportfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
14 lines (13 loc) · 836 Bytes
/
env.example
File metadata and controls
14 lines (13 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// README
// This is only a .env example
// Do not add your GITHUB TOKEN here UNLESS this file is the REAL .env file. If this file is env.example, DO NOT enter your github token here.
// Use cp or mv (like this: cp env.example .env), then edit .env with your GITHUB TOKEN.
// IMPORTANT: Don't forget to add to update your .gitignore with .env (to avoid making your key public!)
//enter your github token and username in the quotation marks here
REACT_APP_GITHUB_TOKEN = ""
GITHUB_USERNAME = ""
// Set to true to fetch profile data from GitHub (remember to remove all components relying on GitHub data if set to false)
USE_GITHUB_DATA = "false"
// Set to your username in order to fetch blog data from Medium (otherwise, hardcoded values from Blogs.js are used)
// leave an empty string to not set medium username.
MEDIUM_USERNAME = ""