-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix environment setup in new structure
The GITHUB TOKEN's environment name has changed recently but this was not reflected in the readme and the .env configs. This change also makes sure that the .env file values are proeprly picked up, and that the README is updated to help new users be able to set up their local dev environment quicker
- Loading branch information
Showing
5 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Allow accessing a GitHub bearer token to avoid rate limits when doing HTTP fetches to the GitHub API. | ||
# This can be generated at https://github.com/settings/tokens?type=beta and needs read-only access to all public CYF GitHub repos. | ||
CYF_CURRICULUM_GITHUB_BEARER_TOKEN="" | ||
HUGO_CURRICULUM_GITHUB_BEARER_TOKEN="" | ||
# Client ID and secret for the GitHub OAuth app used to authenticate users. | ||
GITHUB_CLIENT_ID="clientid" | ||
GITHUB_CLIENT_SECRET="clientsecret" | ||
# The domain of the site, used for generating redirect URLs. | ||
DOMAIN="http://localhost:8888" | ||
DOMAIN="http://localhost:8888" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters