Skip to content

Commit 13e26a3

Browse files
committed
Adding default http protocol for Slack integration
1 parent ad9e8cf commit 13e26a3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

main/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@
170170
SLACK_ENABLED = os.environ.get("SLACK_ENABLED") == 'True'
171171

172172
if SLACK_ENABLED:
173+
ACCOUNT_DEFAULT_HTTP_PROTOCOL = 'https'
173174
SLACK_WORKSPACE = os.environ.get('SLACK_WORKSPACE')
174175
SLACK_BOT_TOKEN = os.environ.get('SLACK_BOT_TOKEN')
175176
INSTALLED_APPS += ['custom_slack_provider']

0 commit comments

Comments
 (0)