Skip to content

Commit

Permalink
Update Slack development instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
arkid15r committed Jan 20, 2025
1 parent 32a31c0 commit 0347f5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@ If you plan to fetch GitHub OWASP data locally, follow these additional steps:

#### NestBot Development

:exclamation: **Never install your development Slack application in the OWASP Slack workspace.
:exclamation: Doing so will interfere with OWASP Nest functionality and trigger unnecessary notifications to Slack admins.
:exclamation: Always use a different workspace (create your own if needed).**

To setup NestBot development environment, follow these steps:

1. **Set Up ngrok**:
Expand Down
5 changes: 0 additions & 5 deletions backend/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ class Base(Configuration):
"level": "INFO",
"propagate": True,
},
"slack_bolt": {
"handlers": ["console"],
"level": "DEBUG",
"propagate": True,
},
},
}

Expand Down

0 comments on commit 0347f5c

Please sign in to comment.