Skip to content

Commit

Permalink
fix settings
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Sep 6, 2024
1 parent c22e54a commit 52817cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
GH_ORG = "ocadotechnology"
GH_REPO = "codeforlife-workspace"
GH_FILE = "CONTRIBUTING.md"
GH_CLIENT_ID = os.getenv("GITHUB_CLIENT_ID", "replace-me")
GH_CLIENT_SECRET = os.getenv("GITHUB_CLIENT_SECRET", "replace-me")
GH_CLIENT_ID = os.getenv("GH_CLIENT_ID", "Ov23liBErSabQFqROeMg")
GH_CLIENT_SECRET = os.getenv("GH_CLIENT_SECRET", "replace-me")

AUTHENTICATION_BACKENDS = ["api.auth.backends.GitHubBackend"]

Expand Down

0 comments on commit 52817cd

Please sign in to comment.