Skip to content

Commit

Permalink
Get WEBHOOK_BODY from env
Browse files Browse the repository at this point in the history
  • Loading branch information
abgd1234 committed Jan 8, 2023
1 parent f7a9518 commit 5d3ea3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ def _read_env(self) -> None:
self._env_get_boolean("WEBHOOK", "webhook.enabled")
self._env_get("WEBHOOK_URL", "webhook.url")
self._env_get("WEBHOOK_METHOD", "webhook.method")
self._env_get("WEBHOOK_BODY", "webhook.body")
self._env_get("WEBHOOK_TYPE", "webhook.type")
self._env_get_int("WEBHOOK_TIMEOUT", "webhook.timeout")
self._env_get_cron("WEBHOOK_CRON", "webhook.cron")
Expand Down

0 comments on commit 5d3ea3c

Please sign in to comment.