-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
34 lines (25 loc) · 944 Bytes
/
.env.example
File metadata and controls
34 lines (25 loc) · 944 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
32
33
34
# ASI:BUILD Environment Variables
# Copy this to .env and fill in your values
# CUDO Compute (for deployment module)
CUDO_API_KEY=
# Memgraph (for graph_intelligence module)
MEMGRAPH_HOST=127.0.0.1
MEMGRAPH_PORT=7687
# Vector DB backends (for vectordb module)
PINECONE_API_KEY=
QDRANT_URL=http://localhost:6333
WEAVIATE_URL=http://localhost:8080
# JWT Secret (if running API server)
JWT_SECRET=
# IBM Quantum (for quantum module)
IBM_QUANTUM_TOKEN=
# Bridge E2E Tests (tests/test_bridge_e2e_sepolia.py, scripts/cross_chain_e2e.py)
# Required to run bridge integration tests against live testnets
# Use a test-only deployer wallet — never use a mainnet key here
DEPLOYER_PRIVATE_KEY=
# Sepolia RPC (default: public endpoint — set for higher rate limits)
SEPOLIA_RPC_URL=https://ethereum-sepolia-rpc.publicnode.com
# Base Sepolia RPC
BASE_SEPOLIA_RPC_URL=https://sepolia.base.org
# ARC Testnet RPC
ARC_RPC_URL=https://rpc.arcnet.io