25 lines
590 B
Plaintext
25 lines
590 B
Plaintext
# Copy to config/env.local and edit as needed
|
|
SOCK="amduatd.sock"
|
|
BASE="http://localhost"
|
|
SPACE="app1"
|
|
|
|
# Optional daemon startup defaults (used by scripts/dev_start_daemon.sh)
|
|
STORE_ROOT=".amduat-asl"
|
|
STORE_BACKEND="index"
|
|
# AMDUATD_BIN="/path/to/amduatd"
|
|
# ASL_BIN="/path/to/amduat-asl"
|
|
|
|
# Incremental sync configuration
|
|
SYNC_LIMIT="200"
|
|
SYNC_WAIT_MS="15000"
|
|
CURSOR_FILE=".cursor"
|
|
|
|
# Retry policy (applies to retryable server/internal failures)
|
|
RETRY_MAX_ATTEMPTS="4"
|
|
RETRY_INITIAL_MS="200"
|
|
RETRY_MAX_MS="2000"
|
|
|
|
# Curl timeouts
|
|
CURL_CONNECT_TIMEOUT_SECONDS="2"
|
|
CURL_MAX_TIME_SECONDS="30"
|