Files
openclaw-memory/.env.example
2026-04-04 11:15:57 +00:00

14 lines
292 B
Plaintext

# Database Configuration
DB_HOST=postgres
DB_PORT=5432
DB_NAME=openclaw
DB_USER=postgres
DB_PASSWORD=postgres
# API Configuration
PORT=3000
NODE_ENV=production
# Embedding Service (optional, for semantic search)
# EMBEDDING_API_URL=http://embedding-service:8080
# EMBEDDING_API_KEY=your-key