Skip to content

Commit

Permalink
feat: connect to slack via app instead of config file
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau committed Jun 6, 2021
1 parent ebfdabd commit ee352a9
Show file tree
Hide file tree
Showing 27 changed files with 2,073 additions and 1,245 deletions.
17 changes: 16 additions & 1 deletion .env.example
Expand Up @@ -7,7 +7,22 @@ PRIVATE_KEY_PATH="private_key/private-key.pem"
# Use `trace` to get verbose logging or `info` to show less
LOG_LEVEL=debug

NAME=reviewflow
REVIEWFLOW_APP_URL="http://localhost:3000/app"
REVIEWFLOW_NAME=reviewflow-dev

# mongo
MONGO_HOST=localhost
MONGO_PORT=27017
MONGO_DB=reviewflow

# github auth
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
AUTH_SECRET_KEY=

# slack auth
SLACK_CLIENT_ID=
SLACK_CLIENT_SECRET=

# Go to https://smee.io/new set this to the URL that you are redirected to.
WEBHOOK_PROXY_URL=

0 comments on commit ee352a9

Please sign in to comment.