-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
67 lines (63 loc) · 2.53 KB
/
Copy path.env.example
File metadata and controls
67 lines (63 loc) · 2.53 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Public app configuration
NEXT_PUBLIC_APP_URL=http://localhost:3000
# Optional comma-separated hostnames for proxied Next.js dev server origins.
NEXT_ALLOWED_DEV_ORIGINS=
# Enables local Playwright-only mock sessions. Never set in production.
E2E_AUTH_ENABLED=false
# Server-only configuration
DATABASE_URL=
SESSION_SECRET=
# Base64-encoded 32-byte key. Multiple keys require stable key-id:base64-key entries.
ENCRYPTION_KEY=
OPENAI_API_KEY=
# Optional; defaults to gpt-4.1-mini.
OPENAI_REPORT_ASSISTANT_MODEL=
# Onchain configuration
GNOSIS_RPC_URL=
# Required when syncing Ethereum/Base operator transfers and when looking up
# manual Ethereum, Base, Arbitrum, or Optimism raid transactions.
ALCHEMY_API_KEY=
MAIN_SAFE_ADDRESS=
DAO_CONTRACT_ADDRESS=
DAO_SHARE_TOKEN_ADDRESS=
DAO_SHARE_THRESHOLD=100
# Optional; defaults to GNOSIS_RPC_URL and Gnosis when unset.
DAO_SHARE_RPC_URL=
DAO_SHARE_CHAIN_ID=
HATS_CONTRACT_ADDRESS=
# Decimal or hex Hat ID values are both accepted.
ANGRY_DWARF_HAT_ID=
# Optional; used by /hat-stewards admin controls to fetch selectable Hats.
HATS_SUBGRAPH_URL=
# Optional; sent as Authorization: Bearer ... for private or API-keyed subgraphs.
HATS_SUBGRAPH_AUTH_TOKEN=
HAT_STEWARDS_TREE_ID=92
HAT_STEWARDS_CHAIN_ID=100
HATS_APP_BASE_URL=https://app.hatsprotocol.xyz
# Optional; defaults to https://ipfs.io/ipfs for Hat metadata names.
HATS_IPFS_GATEWAY_URL=https://ipfs.io/ipfs
# Machine API / x402 demo configuration
# Defaults to Base Sepolia chain ID 84532.
X402_ACCOUNTING_CHAIN_ID=84532
X402_ACCOUNTING_PAY_TO_ADDRESS=
X402_ACCOUNTING_REPORT_PRICE=0.01
X402_ACCOUNTING_MAX_TIMEOUT_SECONDS=60
X402_FACILITATOR_URL=https://x402.org/facilitator
RG_DELEGATION_REGISTRY_CHAIN_ID=84532
RG_DELEGATION_REGISTRY_RPC_URL=
RG_DELEGATION_REGISTRY_ADDRESS=
# External APIs
# Optional; public CoinGecko price endpoint is used when unset.
COINGECKO_API_KEY=
# Required to sync DAOhaus v3 proposal links.
DAOHAUS_SUBGRAPH_URL=
# Optional; defaults to https://admin.daohaus.club for constructed proposal links.
DAOHAUS_APP_BASE_URL=
# Optional; defaults to https://safe-transaction-gnosis-chain.safe.global/api/v1.
SAFE_TRANSACTION_SERVICE_URL=
# Optional; defaults to the public Superfluid Gnosis subgraph.
SUPERFLUID_SUBGRAPH_URL=https://subgraph-endpoints.superfluid.dev/xdai-mainnet/protocol-v1
# Optional; default block lookback when syncing operator transfers outside a specific quarter.
OPERATOR_TRANSFER_LOG_BLOCK_LOOKBACK=50000
# Optional; lowers or raises ERC-20 log query chunk size for operator transfer sync.
OPERATOR_TRANSFER_LOG_BLOCK_CHUNK_SIZE=50000