Files
ghostnet-openclaw/.env.example
T

28 lines
856 B
Bash

# ==========================================
# OPENCLAW & OLLAMA CONFIGURATION ENVIRONMENT
# ==========================================
# --- LLM ENGINE & MODEL SELECTION ---
MODEL_LIST=gemma4:e4b,qwen3.6:35b-a3b-q4_K_M
OLLAMA_KEEP_ALIVE=-1
# --- HARDWARE RESOURCES ---
# GPU Vendor (e.g. "amd", "nvidia", "intel")
GPU_TYPE=amd
# Shared Memory Size (e.g. 16gb for large AMD cards, 8gb for NVIDIA)
SHM_SIZE=16gb
# --- SECURITY & AUTHENTICATION ---
OPENCLAW_PASSWORD=mein-sicheres-passwort
# --- NETWORK ---
DNS_SERVER=8.8.8.8
# --- HOST SETTINGS ---
# Host User ID for permission mapping (match your local user ID for file access)
HOST_USER_ID=1000
# Local path to your openclaw.json
HOST_OPENCLAW_JSON_PATH=./openclaw/config/openclaw.json
# Local path for the AI workspace (persistent storage for agent's work)
HOST_WORKSPACE_PATH=./storage/workspace