-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (22 loc) · 1.01 KB
/
Copy path.env.example
File metadata and controls
26 lines (22 loc) · 1.01 KB
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
PORT=8787
SOURCEPAY_DB_PATH=./data/sourcepay.sqlite
SOURCEPAY_NETWORK="Arc Testnet"
ARC_RPC_URL=
SOURCEPAY_ARC_FAUCET_URL=
SOURCEPAY_USDC_FAUCET_URL=
SOURCEPAY_WALLETCONNECT_PROJECT_ID=
CONTENT_REGISTRY_ADDRESS=
SOURCEPAY_AUTO_DEPLOY_CONTENT_REGISTRY=0
# Test-only: allow mock-x://handle/status/id?text=... social proof URLs (never enable in production)
SOURCEPAY_ENABLE_SOCIAL_PROOF_MOCK=0
# Test-only: skip the live OpenAI call in citation routing and accept every keyword-matched
# candidate, so the test suite doesn't need a real OPENAI_API_KEY (never enable in production)
SOURCEPAY_ENABLE_AGENT_MOCK=0
# Autonomous agent private key for payouts (0x...)
AGENT_PRIVATE_KEY=
# Required. Citation routing calls OpenAI to decide which keyword-matched sources are
# actually worth citing for the objective, with a rationale. There is no keyword-only
# fallback: /api/route fails loudly if this is unset or the call fails.
OPENAI_API_KEY=
# Optional. Defaults to gpt-5.6-luna (OpenAI's cheapest current-gen model).
OPENAI_MODEL=