14 lines
292 B
Plaintext
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
|