-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
36 lines (29 loc) · 856 Bytes
/
env.example
File metadata and controls
36 lines (29 loc) · 856 Bytes
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
# Bloodhound Virtual Machine - Environment Configuration Example
# Copy this file to .env and configure for your environment
# === Core VM Configuration ===
BLOODHOUND_VM_NAME=bloodhound-vm-primary
BLOODHOUND_VERSION=0.1.0
CONSCIOUSNESS_LEVEL=full
S_ENTROPY_NAVIGATION=true
PURPOSE_FRAMEWORK=enabled
COMBINE_HARVESTER=enabled
# === Performance Settings ===
RAYON_NUM_THREADS=0
TOKIO_WORKER_THREADS=0
MAX_MEMORY_GB=64
MAX_CPU_CORES=32
# === Logging ===
RUST_LOG=info
RUST_BACKTRACE=1
# === Database ===
DATABASE_URL=postgresql://bloodhound:consciousness@localhost:5432/bloodhound_vm
REDIS_URL=redis://localhost:6379
# === API Configuration ===
VM_API_PORT=8080
METRICS_PORT=9090
# === External APIs ===
HUGGINGFACE_API_TOKEN=your_token_here
# === Paths ===
BLOODHOUND_DATA_DIR=./data
BLOODHOUND_LOG_DIR=./logs
BLOODHOUND_CONFIG_PATH=./bloodhound.toml