mirror of
https://github.com/System-End/nephthys.git
synced 2026-04-19 16:28:16 +00:00
* Add ai-based ticket categorization and you can add tags in the bot homepage * made the CategoryTag model and refactored the code to support it * Implemented the fulfillment reminder to send all open tickets in the past 24h for amber to check them :) * removed the ability to manage categories from the UI/fixed stuff * Fix type error * removed question tags * Re-add question tags to DB schema This is only because we don't have migrations rn so we can't actually delete stuff from the DB --------- Co-authored-by: MMK21Hub <50421330+MMK21Hub@users.noreply.github.com>
16 lines
454 B
Text
16 lines
454 B
Text
SLACK_BOT_TOKEN="xoxb-..."
|
|
SLACK_USER_TOKEN="xoxp-..."
|
|
SLACK_SIGNING_SECRET="..."
|
|
ENVIRONMENT="development"
|
|
PORT=3000
|
|
SLACK_HEARTBEAT_CHANNEL="C..."
|
|
SLACK_TICKET_CHANNEL="C..."
|
|
SLACK_BTS_CHANNEL="C..."
|
|
SLACK_HELP_CHANNEL="C..."
|
|
SLACK_USER_GROUP="S..."
|
|
SLACK_MAINTAINER_ID="U..."
|
|
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/nephthys"
|
|
APP_TITLE="helper heidi"
|
|
PROGRAM="flavortown"
|
|
HACK_CLUB_AI_API_KEY="sk-hc-v1-..."
|
|
BASE_URL="https://..."
|