Skip to content

Commit

Permalink
feat: Updated 2 files
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-nightly[bot] committed May 3, 2024
1 parent d9dbd22 commit fd8b029
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sweepai/config/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,5 +202,8 @@

SLACK_API_KEY = os.environ.get("SLACK_API_KEY", None)

LICENSE_KEY = os.environ.get("LICENSE_KEY", None)
LINEAR_WEBHOOK_SECRET = os.environ.get("LINEAR_WEBHOOK_SECRET", None)
LINEAR_API_KEY = os.environ.get("LINEAR_API_KEY", None)

LICENSE_KEY = os.environ.get("LICENSE_KEY", None)
ALTERNATE_AWS = os.environ.get("ALTERNATE_AWS", "none").lower() == "true"

0 comments on commit fd8b029

Please sign in to comment.