12 lines
447 B
Bash
12 lines
447 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_API_ENDPOINT=https://api.vedastro.org/api
|
|
VEDASTRO_ENABLE_NETWORK=1
|
|
VEDASTRO_TIMEOUT_SECONDS=20
|
|
|
|
# Optional. Use only if your VedAstro endpoint requires a key.
|
|
# VEDASTRO_API_KEY=replace_me
|
|
|