-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
40 lines (30 loc) · 1.56 KB
/
Copy path.env.example
File metadata and controls
40 lines (30 loc) · 1.56 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
# Firmis Scanner Configuration
# Copy to .env.local and fill in your values
# ============================================================================
# Firmis Cloud (Optional)
# ============================================================================
# Get your API key from https://dashboard.firmis.cloud
# Leave empty to use scanner in offline mode (fully functional)
FIRMIS_API_KEY=
# Cloud endpoint (default: production)
# FIRMIS_CLOUD_ENDPOINT=https://api.firmis.cloud
# ============================================================================
# Telemetry (Optional, Opt-in)
# ============================================================================
# Enable anonymous telemetry to contribute to collective threat intelligence
# All data is anonymized - no file paths, code snippets, or identifiers sent
FIRMIS_TELEMETRY_ENABLED=false
# Telemetry endpoint (default: production)
# FIRMIS_TELEMETRY_ENDPOINT=https://telemetry.firmis.cloud
# ============================================================================
# Cache Settings
# ============================================================================
# Cache cloud responses locally for performance
FIRMIS_CACHE_TTL=3600
FIRMIS_CACHE_DIR=~/.firmis/cache
# ============================================================================
# Development / Testing
# ============================================================================
# Use staging endpoints for development
# FIRMIS_CLOUD_ENDPOINT=https://api-staging.firmis.cloud
# FIRMIS_TELEMETRY_ENDPOINT=https://telemetry-staging.firmis.cloud