- Introduced new models in the Prisma schema for statistics, social feeds, scheduled messages, and guild backups, enhancing the bot's functionality. - Implemented command modules for managing stats channels, feeds, scheduling messages, and creating/restoring backups, improving user engagement and server management. - Updated job handling to include dedicated workers for stats updates, feed polling, scheduling, and backup restoration, enhancing automation. - Enhanced command localization for new features in both German and English. - Documented the new features and their setup processes in PHASE-TRACKING.md for clarity on implementation steps.
18 lines
373 B
Plaintext
18 lines
373 B
Plaintext
NODE_ENV=development
|
|
BOT_TOKEN=
|
|
BOT_CLIENT_ID=
|
|
BOT_GUILD_ID=
|
|
DATABASE_URL=postgresql://nexumi:nexumi@postgres:5432/nexumi
|
|
REDIS_URL=redis://redis:6379
|
|
LOG_LEVEL=info
|
|
DEFAULT_LOCALE=de
|
|
METRICS_TOKEN=
|
|
SENTRY_DSN=
|
|
BACKUP_RETENTION_DAYS=14
|
|
BACKUP_CRON=0 3 * * *
|
|
BACKUP_DIR=/backups
|
|
HEALTH_PORT=8080
|
|
PUBLIC_BASE_URL=http://localhost:8080
|
|
TWITCH_CLIENT_ID=
|
|
TWITCH_CLIENT_SECRET=
|