14 lines
606 B
Bash
14 lines
606 B
Bash
# Copy this file to .env.local when you want VedAstro official extended mode.
|
|
# The default fast mode intentionally keeps VEDASTRO_TIMEOUT_SECONDS low so the
|
|
# local app stays responsive and falls back honestly when official evidence is blocked.
|
|
|
|
VEDASTRO_GATEWAY_MODE=official_first
|
|
VEDASTRO_API_ENDPOINT=https://api.vedastro.org/api
|
|
VEDASTRO_ENABLE_NETWORK=1
|
|
# Compatibility flag only; rectification range scans follow VEDASTRO_ENABLE_NETWORK.
|
|
VEDASTRO_RANGE_SCAN_NETWORK_ENABLED=1
|
|
VEDASTRO_TIMEOUT_SECONDS=20
|
|
|
|
# Optional. Use only if your VedAstro endpoint requires a key.
|
|
# VEDASTRO_API_KEY=replace_me
|