Skip to content

Commit

Permalink
chore(slack): add SLACK_URL to yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
YishaiGlasner committed Sep 3, 2024
1 parent a3d0a94 commit 8fc00df
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,8 @@ data:
SENTINEL_TRANSPORT_OPTS = json.loads(os.getenv("SENTINEL_TRANSPORT_OPTS", "{}"))
SENTINEL_PASSWORD = os.getenv("SENTINEL_PASSWORD")
CELERY_ENABLED = os.getenv("CELERY_ENABLED").lower() == "true"
SLACK_URL = os.getenv("SLACK_URL")
MOBILE_APP_KEY = os.getenv("MOBILE_APP_KEY")
Expand Down

0 comments on commit 8fc00df

Please sign in to comment.