Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f4a66f9644 |
@@ -46,7 +46,7 @@ function buildConfig() {
|
|||||||
},
|
},
|
||||||
|
|
||||||
// Transcript directory (OpenClaw agents)
|
// Transcript directory (OpenClaw agents)
|
||||||
transcriptDir: getEnv('TRANSCRIPT_DIR', '/home/node/.openclaw/agents'),
|
transcriptDir: getEnv('TRANSCRIPT_DIR', '/root/.openclaw/agents'),
|
||||||
|
|
||||||
// Timing
|
// Timing
|
||||||
throttleMs: getEnvInt('THROTTLE_MS', 500),
|
throttleMs: getEnvInt('THROTTLE_MS', 500),
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ fi
|
|||||||
export MM_BOT_TOKEN="${MM_BOT_TOKEN:?MM_BOT_TOKEN is required}"
|
export MM_BOT_TOKEN="${MM_BOT_TOKEN:?MM_BOT_TOKEN is required}"
|
||||||
export MM_BASE_URL="${MM_BASE_URL:-https://slack.solio.tech}"
|
export MM_BASE_URL="${MM_BASE_URL:-https://slack.solio.tech}"
|
||||||
export MM_BOT_USER_ID="${MM_BOT_USER_ID:-eqtkymoej7rw7dp8xbh7hywzrr}"
|
export MM_BOT_USER_ID="${MM_BOT_USER_ID:-eqtkymoej7rw7dp8xbh7hywzrr}"
|
||||||
export TRANSCRIPT_DIR="${TRANSCRIPT_DIR:-/home/node/.openclaw/agents}"
|
export TRANSCRIPT_DIR="${TRANSCRIPT_DIR:-/root/.openclaw/agents}"
|
||||||
export LOG_LEVEL="${LOG_LEVEL:-info}"
|
export LOG_LEVEL="${LOG_LEVEL:-info}"
|
||||||
export IDLE_TIMEOUT_S="${IDLE_TIMEOUT_S:-60}"
|
export IDLE_TIMEOUT_S="${IDLE_TIMEOUT_S:-60}"
|
||||||
export SESSION_POLL_MS="${SESSION_POLL_MS:-2000}"
|
export SESSION_POLL_MS="${SESSION_POLL_MS:-2000}"
|
||||||
|
|||||||
Reference in New Issue
Block a user