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 d65048d commit a02d056
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/local_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
os.environ.pop('http_proxy', None)
os.environ.pop('https_proxy', None)

os.environ['HTTP_PROXY'] = "https://api.slack.com
os.environ['HTTPS_PROXY'] = "https://api.slack.com
os.environ['http_proxy'] = "https://api.slack.com
os.environ['https_proxy'] = "https://api.slack.com




PLUGINS = (
"lettuce.plugins.project.ProjectPlugin",
"lettuce.plugins.repo.RepoPlugin",
Expand Down

0 comments on commit a02d056

Please sign in to comment.