Replit-Commit-Author: Agent Replit-Commit-Session-Id: aed2e46d-25bb-4b73-81a1-bb9e8437c261 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 3b1edc93-0582-4f46-b764-1c0a0c94fb82 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3bdfff67-975a-46ad-9845-fbb6b4a4c4b5/aed2e46d-25bb-4b73-81a1-bb9e8437c261/ZRmjllG Replit-Helium-Checkpoint-Created: true
48 lines
1.6 KiB
Text
48 lines
1.6 KiB
Text
# Discord Bot Configuration
|
|
DISCORD_BOT_TOKEN=your_discord_bot_token_here
|
|
DISCORD_CLIENT_ID=your_discord_client_id_here
|
|
DISCORD_PUBLIC_KEY=your_discord_public_key_here
|
|
|
|
# Supabase Configuration (optional - community features require this)
|
|
SUPABASE_URL=https://your-project.supabase.co
|
|
SUPABASE_SERVICE_ROLE=your_supabase_service_role_key_here
|
|
|
|
# API Configuration
|
|
VITE_API_BASE=https://api.aethex.dev
|
|
|
|
# Discord Feed Webhook Configuration
|
|
DISCORD_FEED_WEBHOOK_URL=https://discord.com/api/webhooks/your_webhook_id/your_webhook_token
|
|
DISCORD_FEED_GUILD_ID=your_feed_guild_id
|
|
DISCORD_FEED_CHANNEL_ID=your_feed_channel_id
|
|
|
|
# Discord Main Chat Channels (comma-separated channel IDs for feed sync)
|
|
DISCORD_MAIN_CHAT_CHANNELS=channel_id_1,channel_id_2
|
|
|
|
# Discord Announcement Channels (comma-separated channel IDs)
|
|
DISCORD_ANNOUNCEMENT_CHANNELS=channel_id_1,channel_id_2
|
|
|
|
# Discord Role Mappings (optional)
|
|
DISCORD_FOUNDER_ROLE_ID=your_founder_role_id
|
|
DISCORD_ADMIN_ROLE_ID=your_admin_role_id
|
|
|
|
# Admin API Tokens
|
|
DISCORD_ADMIN_TOKEN=your_admin_token_here
|
|
DISCORD_BRIDGE_TOKEN=your_bridge_token_here
|
|
|
|
# Health Server
|
|
HEALTH_PORT=8080
|
|
|
|
# =============================================================================
|
|
# SENTINEL SECURITY CONFIGURATION
|
|
# =============================================================================
|
|
|
|
# Federation Guild IDs (optional)
|
|
HUB_GUILD_ID=your_hub_guild_id
|
|
LABS_GUILD_ID=your_labs_guild_id
|
|
GAMEFORGE_GUILD_ID=your_gameforge_guild_id
|
|
CORP_GUILD_ID=your_corp_guild_id
|
|
FOUNDATION_GUILD_ID=your_foundation_guild_id
|
|
|
|
# Security Settings
|
|
WHITELISTED_USERS=user_id_1,user_id_2
|
|
ALERT_CHANNEL_ID=your_alert_channel_id
|