-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refer to the related PR for extended discussions and summaries of changes. Co-authored-by: glacials <qhiiyr@gmail.com>
- Loading branch information
1 parent
387d398
commit e93d05a
Showing
155 changed files
with
6,297 additions
and
958 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 +1 @@ | ||
> 1% | ||
defaults |
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# This file is just an example. | ||
# cp it to .envrc then use `source` to apply its contents. | ||
# .envrc is gitignored, so you won't accidentally commit your creds. :) | ||
# Once copied, check out direnv (https://github.com/direnv/direnv) to automatically source it | ||
|
||
# - Required for Google sign-in & linking | ||
# - Create one at https://console.developers.google.com/apis/credentials | ||
# - Set redirect URI to http://localhost:3000/auth/google/callback | ||
export GOOGLE_CLIENT_ID=fafaf | ||
export GOOGLE_CLIENT_SECRET=fafaf | ||
|
||
# Patreon | ||
# - Required for Patreon linking | ||
# - Create one at https://www.patreon.com/portal/registration/register-clients | ||
# - Set redirect URI to http://localhost:3000/auth/patreon/callback | ||
export PATREON_CLIENT_ID=fafaf | ||
export PATREON_CLIENT_SECRET=fafaf | ||
|
||
# Splits.io | ||
# - Required for some JavaScript->Rails API calls to work, including WebSockets features like races | ||
# - Create one at http://localhost:3000/settings/applications/new | ||
# - Set redirect URI to http://localhost:3000/auth/splitsio/callback | ||
export SPLITSIO_CLIENT_ID=fafaf | ||
export SPLITSIO_CLIENT_SECRET=fafaf | ||
|
||
# Twitch | ||
# - Required for Twitch sign-in & linking | ||
# - Create one at https://dev.twitch.tv/dashboard/apps | ||
# - Set redirect URI to http://localhost:3000/auth/twitch/callback | ||
export TWITCH_CLIENT_ID=fafaf | ||
export TWITCH_CLIENT_SECRET=fafaf |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -33,3 +33,6 @@ yarn-debug.log* | |
.envrc | ||
|
||
.DS_Store | ||
|
||
# local activestorage | ||
storage |
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
Oops, something went wrong.