-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (23 loc) · 974 Bytes
/
Copy path.env.example
File metadata and controls
26 lines (23 loc) · 974 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
# BitSleuth Website - Environment Variables
# Copy this file to .env.local and fill in your values
# ========================================
# Application URLs
# ========================================
# URL for the main BitSleuth application
# Used in navigation and launch buttons
# Default: https://app.bitsleuth.ai/
NEXT_PUBLIC_APP_URL=
# ========================================
# Google Analytics (Optional)
# ========================================
# Used for website analytics and user tracking
# Get your Measurement ID from Google Analytics 4
# Format: G-XXXXXXXXXX
NEXT_PUBLIC_GA_MEASUREMENT_ID=
# ========================================
# Development Notes
# ========================================
# - .env.local is gitignored and safe for local secrets
# - All NEXT_PUBLIC_* variables are exposed to the browser
# - Production secrets are managed in Firebase App Hosting
# - You can run the site without any environment variables for basic development