Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
GH-501 remove client id and secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferit Topcu committed Feb 6, 2019
1 parent 009d312 commit 91c6f46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ SESSION_SECRET: secret

# Override Github client id and secret with your
# own values as defined in your Github account.
GITHUB_CLIENT_ID: 72b6d96339bf1c5d5257
GITHUB_CLIENT_SECRET: b754189140f9c0e17a9c44e9feaf1d0764ed9a06
GITHUB_CLIENT_ID: clientId
GITHUB_CLIENT_SECRET: clientSecret
GITHUB_HOOK_SECRET: captainHook
GITHUB_ACCESS_LEVELS:
minimal:
Expand All @@ -26,7 +26,7 @@ GITHUB_API_URL: https://api.github.com

# Address of the web application host
# that ZAPPR is going to run on.
#HOST_ADDR: http://localhost:8080
HOST_ADDR: http://localhost:8080
APP_PORT: 3000
METRICS_PORT: 3003
METRICS_ENABLED: true
Expand Down

0 comments on commit 91c6f46

Please sign in to comment.