Skip to content

Commit

Permalink
Update local_settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DonnieBLT authored Jun 12, 2024
1 parent b863b25 commit a187db3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/local_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
SLACK_BOT_TOKEN = secrets.get("SLACK_BOT_TOKEN")

#test
proxy = "http://proxy.server:3128"
proxy = "https://slack.com"
os.environ['HTTP_PROXY'] = proxy
os.environ['HTTPS_PROXY'] = proxy

Expand All @@ -21,3 +21,4 @@
)

HTTP_PROXY = proxy
HTTPS_PROXY = proxy

0 comments on commit a187db3

Please sign in to comment.