-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
37 lines (29 loc) · 1.06 KB
/
.env.example
File metadata and controls
37 lines (29 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
28
29
30
31
32
33
34
35
36
37
# External API URLs
VITE_CHANGELOG_API_URL=https://raw.githubusercontent.com/sectoolbox/sectoolbox/refs/heads/main/data/changelogs.json
# Project Configuration
VITE_PROJECT_NAME=Sectoolbox
VITE_GITHUB_ZEB=https://github.com/zebbern
VITE_GITHUB_KIMMI=https://github.com/Opkimmi
# Server Configuration
NODE_ENV=production
PORT=8080
# Redis (Railway provides this automatically)
REDIS_URL=redis://
# CORS
ALLOWED_ORIGINS=https://sectoolbox.cc,https://sectoolbox.vercel.app
# File Storage
STORAGE_PATH=/app/storage
MAX_FILE_SIZE=2147483648
# API Keys (migrate from frontend .env)
VIRUSTOTAL_API_KEY=your_key_here
HIBP_API_KEY=your_key_here
HACKERTARGET_API_KEY=your_key_here
ABUSEIPDB_API_KEY=your_key_here
ALIENVAULT_API_KEY=your_key_here
# Backend API Configuration
VITE_BACKEND_API_URL=https://sectoolbox-production.up.railway.app
VITE_BACKEND_WS_URL=wss://sectoolbox-production.up.railway.app
VITE_BACKEND_ENABLED=true
# Railway API URL (Legacy - for compatibility)
VITE_RAILWAY_API_URL=https://sectoolbox-production.up.railway.app/
FRONTEND_URL=https://sectoolbox.vercel.app