forked from karagozemin/Fortexa
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
31 lines (25 loc) · 894 Bytes
/
Copy path.env.example
File metadata and controls
31 lines (25 loc) · 894 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Stellar testnet endpoints
STELLAR_HORIZON_URL=https://horizon-testnet.stellar.org
# Optional Postgres persistence (Sprint 3)
DATABASE_URL=
DATABASE_SSL=false
# Optional file-fallback storage directory
# Local default: .fortexa
# Vercel default: /tmp/fortexa
FORTEXA_STORE_DIR=
# Optional shared security state for multi-instance lockout/rate-limit
# Local example: .fortexa/shared-security-state.json
# Vercel example: /tmp/fortexa/shared-security-state.json
FORTEXA_SHARED_STATE_PATH=
# Groq LLM configuration for live agent planning
GROQ_API_KEY=
GROQ_MODEL=llama-3.3-70b-versatile
# Fortexa auth (required)
FORTEXA_AUTH_SECRET=
# Wallet-only login allowlists (comma-separated Stellar public keys)
FORTEXA_OPERATOR_WALLETS=
FORTEXA_VIEWER_WALLETS=
FORTEXA_AUTH_MAX_ATTEMPTS=5
FORTEXA_AUTH_LOCK_MINUTES=10
# Optional UI default for payment destination
NEXT_PUBLIC_STELLAR_DESTINATION=