AeThex-Bot-Master/sentinel-bot/.env.example
sirpiglr fbd203dcfc Add Aethex Sentinel bot with security and federation features
Initializes the Aethex Sentinel bot project, including package.json, Prisma schema, core client, configuration, health server, and event listeners for audit logs and member updates. Implements commands for federation management, sentinel security status, and ticket system.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: e72fc1b7-94bd-4d6c-801f-cbac2fae245c
Replit-Commit-Checkpoint-Type: intermediate_checkpoint
Replit-Commit-Event-Id: fc082e4d-cb52-4049-9c2e-69ba6c2e78d4
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3bdfff67-975a-46ad-9845-fbb6b4a4c4b5/e72fc1b7-94bd-4d6c-801f-cbac2fae245c/jW8PJKQ
Replit-Helium-Checkpoint-Created: true
2025-12-07 21:10:57 +00:00

21 lines
482 B
Text

# Discord Bot Configuration
DISCORD_TOKEN=your_bot_token_here
# Federation Guild IDs
HUB_ID=your_hub_server_id
FORGE_ID=your_gameforge_server_id
FOUNDATION_ID=your_foundation_server_id
LABS_ID=your_labs_server_id
CORP_ID=your_corp_server_id
# Security Configuration
WHITELISTED_USERS=user_id_1,user_id_2
# Dashboard Configuration
STATUS_CHANNEL_ID=voice_channel_id_for_status
# Health Check
HEALTH_PORT=8044
# Database (auto-provided by Replit)
# DATABASE_URL=postgresql://...