-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenv.example
More file actions
30 lines (21 loc) · 900 Bytes
/
env.example
File metadata and controls
30 lines (21 loc) · 900 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
# Enaleia Mobile App Environment Variables
# Copy this file to .env and fill in the actual values.
# Backend API URL
EXPO_PUBLIC_API_URL=
# Blockchain Network Explorer/Scan URL (e.g., Etherscan)
EXPO_PUBLIC_NETWORK_SCAN=
# Blockchain Network Provider URL (e.g., RPC Endpoint)
EXPO_PUBLIC_NETWORK_PROVIDER=
# Ethereum Attestation Service (EAS) Schema UID
EXPO_PUBLIC_EAS_SCHEMA_UID=
# Funding Service URL (Optional, for wallet funding/balance checks)
EXPO_PUBLIC_FUNDING_URL=
# --- Storage Keys (Usually don't need to change unless necessary) ---
# Active Queue Cache Key
EXPO_PUBLIC_ACTIVE_QUEUE_CACHE_KEY=enaleia_active_queue_v1
# Completed Queue Cache Key
EXPO_PUBLIC_COMPLETED_QUEUE_CACHE_KEY=enaleia_completed_queue_v1
# Batch Cache Key
EXPO_PUBLIC_BATCH_CACHE_KEY=enaleia_batch_cache_v1
# Legacy Queue Cache Key (May not be needed if migrated)
EXPO_PUBLIC_QUEUE_CACHE_KEY=enaleia_queue