Initial commit: OpenClaw Memory System MVP
This commit is contained in:
14
.env.example
Normal file
14
.env.example
Normal file
@@ -0,0 +1,14 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user