-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
27 lines (23 loc) · 1.06 KB
/
.env.example
File metadata and controls
27 lines (23 loc) · 1.06 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
# Chainlink CRE Configuration
CHAINLINK_CRE_ID=your_cre_workflow_id
ORACLE_ADDRESS=0x_your_oracle_address
# Smart Contract Deployment
PRIVATE_KEY=your_private_key_here
RPC_URL=https://virtual.sepolia.eu.rpc.tenderly.co/7611135a-8515-41d7-8146-9390be57f949
RPC_URL_SEPOLIA=https://virtual.sepolia.eu.rpc.tenderly.co/7611135a-8515-41d7-8146-9390be57f949
NEXT_PUBLIC_TENDERLY_RPC=https://virtual.sepolia.eu.rpc.tenderly.co/7611135a-8515-41d7-8146-9390be57f949
TENDERLY_PROJECT=your_tenderly_project
TENDERLY_USERNAME=your_tenderly_username
TENDERLY_ACCESS_KEY=your_tenderly_access_key
# Frontend Configuration
NEXT_PUBLIC_WORLD_ID_APP_ID=app_staging_your_app_id
NEXT_PUBLIC_WORLD_RP_ID=rp_your_rp_id_here
NEXT_PUBLIC_CONTRACT_ADDRESS=0x_deployed_contract_address
NEXT_PUBLIC_USDC_ADDRESS=0x_usdc_contract_address
# Plaid Configuration (Backend Only - DO NOT expose to frontend)
PLAID_CLIENT_ID=your_plaid_client_id
PLAID_SECRET=your_plaid_secret_sandbox
PLAID_ENV=sandbox
# API Keys (Store in CRE Secrets, not in .env)
# BANK_API_KEY=your_plaid_api_key
# AI_API_KEY=your_openai_api_key