GrafeasGroup / blossom

The website. The app. The everything.
6 stars 3 forks source link

Get slack channels from environment variables #310

Closed TimJentzsch closed 2 years ago

TimJentzsch commented 2 years ago

Relevant issue: Closes #309

Description:

This gets the Slack channels from the environment variables / config files instead of hard-coding them.

Outstanding issues: Fixing the tests

On production, the following variables have to be defined in the config:

SLACK_GITHUB_SPONSORS_CHANNEL = "..."
SLACK_TRANSCRIPTION_CHECK_CHANNEL = "..."
SLACK_REPORTED_POST_CHANNEL = "..."
SLACK_RANK_UP_CHANNEL = "..."

Checklist: