feat(board): redesign classifieds + Slack channel creation
Adds AdminGhost bot token for admin-only Slack channel creation, refreshes BoardPostCard/Form layouts, and expands admin board-channels management.
This commit is contained in:
parent
6f3d088763
commit
9a560f2a3b
14 changed files with 544 additions and 158 deletions
|
|
@ -14,6 +14,8 @@ RESEND_FROM_EMAIL=noreply@ghostguild.org
|
|||
# Slack Integration
|
||||
SLACK_WEBHOOK_URL=your-slack-webhook-url
|
||||
SLACK_OAUTH_TOKEN=your-slack-oauth-token
|
||||
# AdminGhost bot token — used for admin-only channel creation. Falls back to SLACK_BOT_TOKEN if unset.
|
||||
SLACK_ADMIN_BOT_TOKEN=xoxb-adminghost-token
|
||||
|
||||
# JWT Secret for authentication
|
||||
JWT_SECRET=your-jwt-secret-key-change-this-in-production
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue