19 lines
407 B
Plaintext
19 lines
407 B
Plaintext
# Copy to config/env.local and edit as needed
|
|
SOCK="../amduatd.sock"
|
|
BASE="http://localhost"
|
|
SPACE="app1"
|
|
|
|
# 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"
|