-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
107 lines (77 loc) · 3.45 KB
/
Copy path.env.example
File metadata and controls
107 lines (77 loc) · 3.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
# 🌌 Helix Collective v14.5 — Quantum Handshake
# Environment Configuration Template
#
# INSTRUCTIONS:
# 1. Copy this file to .env
# 2. Fill in your actual values (never commit .env to Git)
# 3. Ensure .env is in .gitignore
# =============================================================================
# DISCORD CONFIGURATION (REQUIRED)
# =============================================================================
# Your Discord bot token from https://discord.com/developers/applications
# SECURITY: Never share this token publicly or commit to Git
DISCORD_TOKEN=your_bot_token_here
# Your Discord server (guild) ID
# Right-click your server in Discord → Copy ID (Developer Mode must be enabled)
DISCORD_GUILD_ID=437572806423609354
# Your Discord user ID (the Architect)
# Right-click your username in Discord → Copy ID
ARCHITECT_ID=161330009854836736
# =============================================================================
# OPTIONAL SETTINGS
# =============================================================================
# Enable debug mode for verbose logging (True/False)
DEBUG_MODE=False
# Telemetry update interval in seconds
TELEMETRY_INTERVAL=10
# =============================================================================
# PATH OVERRIDES (ADVANCED USERS)
# =============================================================================
# Path to UCF state JSON file (relative to Helix directory)
UCF_STATE_PATH=state/ucf_state.json
# Path to heartbeat JSON file (relative to Helix directory)
HEARTBEAT_PATH=state/heartbeat.json
# Path to Manus operation archive directory
ARCHIVE_PATH=Shadow/manus_archive/
# =============================================================================
# ETHICAL SAFEGUARDS
# =============================================================================
# Enable Kavach ethical scanning before command execution (True/False)
ENABLE_KAVACH_SCAN=True
# =============================================================================
# VERSION METADATA
# =============================================================================
# Current Helix version
HELIX_VERSION=14.5
# Release codename
HELIX_CODENAME=Quantum Handshake
# Current development phase
HELIX_PHASE=3
# Target launch timestamp (ISO 8601 format)
TARGET_LAUNCH=2025-10-21T00:00:00Z
# =============================================================================
# EXTERNAL API KEYS (OPTIONAL)
# =============================================================================
# OpenAI API key for agent responses (if using GPT models)
# OPENAI_API_KEY=your_openai_key_here
# Google Gemini API key (if using Gemini models)
# GEMINI_API_KEY=your_gemini_key_here
# Firebase configuration (if using Firebase for forum/storage)
# FIREBASE_PROJECT_ID=your_project_id
# FIREBASE_PRIVATE_KEY=your_private_key
# FIREBASE_CLIENT_EMAIL=your_client_email
# =============================================================================
# DEPLOYMENT SETTINGS (OPTIONAL)
# =============================================================================
# Flask backend host (0.0.0.0 for all interfaces, 127.0.0.1 for localhost only)
# FLASK_HOST=0.0.0.0
# Flask backend port
# FLASK_PORT=8080
# Streamlit dashboard port
# STREAMLIT_PORT=8501
# Ritual engine port
# RITUAL_ENGINE_PORT=8502
# =============================================================================
# END OF CONFIGURATION
# =============================================================================
# Tat Tvam Asi 🙏