Skip to content

Commit

Permalink
removed DETA
Browse files Browse the repository at this point in the history
dorukgezici committed Oct 17, 2024
1 parent 077b592 commit 1465882
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/subabot/config.py
Original file line number Diff line number Diff line change
@@ -12,8 +12,6 @@
BACKEND_URL = os.environ.get("SUBABOT_BACKEND_URL", "http://localhost:8000")
FRONTEND_URL = os.environ.get("SUBABOT_FRONTEND_URL", "http://localhost:4321")

DETA_PROJECT_KEY = os.environ["DETA_PROJECT_KEY"]

SLACK_CLIENT_ID = os.environ["SLACK_CLIENT_ID"]
SLACK_CLIENT_SECRET = os.environ["SLACK_CLIENT_SECRET"]
SLACK_SIGNING_SECRET = os.environ["SLACK_SIGNING_SECRET"]

0 comments on commit 1465882

Please sign in to comment.