forked from romanchaa997/Audityzer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env-example
More file actions
39 lines (33 loc) · 1017 Bytes
/
Copy path.env-example
File metadata and controls
39 lines (33 loc) · 1017 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
35
36
37
38
39
# Environment variables
OPENAI_API_KEY=sk-xxxxxxxxxxxxxxxxxxxx # Replace with your actual API key
REPORT_DIR=./reports
DEBUG_MODE=verbose
USE_MOCK_WALLETS=true
DEFAULT_NETWORK=sepolia
MAX_TEST_ITERATIONS=100
ENABLE_SCREENSHOT_CAPTURE=true
LOG_LEVEL=info
# Firebase configuration
# Get these values from your Firebase project settings at https://console.firebase.google.com/
FIREBASE_API_KEY=your_api_key
FIREBASE_AUTH_DOMAIN=your-project-id.firebaseapp.com
FIREBASE_PROJECT_ID=your-project-id
FIREBASE_STORAGE_BUCKET=your-project-id.appspot.com
FIREBASE_MESSAGING_SENDER_ID=your_messaging_sender_id
FIREBASE_APP_ID=your_app_id
FIREBASE_MEASUREMENT_ID=your_measurement_id
# Test configuration
MOCK_MODE=true
TARGET_URL=http://localhost:3000
# Wallet settings
DEFAULT_WALLET_ADDRESS=0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266
DEFAULT_CHAIN_ID=0x1
# Test timeouts
UI_TIMEOUT=5000
TEST_TIMEOUT=30000
# Test output settings
SAVE_TRACE=true
SCREENSHOT_ON_FAILURE=true
# Browser settings
HEADLESS=true
BROWSER=chromium