2026-01-28 09:23:30 -07:00
|
|
|
# Backend Configuration
|
|
|
|
|
PORT=3001
|
|
|
|
|
API_HOST=localhost
|
|
|
|
|
CORS_ORIGINS=http://localhost:3000
|
2026-02-02 10:50:38 -07:00
|
|
|
|
|
|
|
|
# NVD API Key (optional - increases rate limit from 5 to 50 requests per 30s)
|
|
|
|
|
# Request one at https://nvd.nist.gov/developers/request-an-api-key
|
|
|
|
|
NVD_API_KEY=
|
2026-03-10 15:29:33 -06:00
|
|
|
|
|
|
|
|
# Ivanti / RiskSense API (platform4.risksense.com)
|
|
|
|
|
# API key from your profile settings — does not expire like session cookies
|
|
|
|
|
IVANTI_API_KEY=
|
|
|
|
|
IVANTI_CLIENT_ID=1550
|
|
|
|
|
IVANTI_FIRST_NAME=
|
|
|
|
|
IVANTI_LAST_NAME=
|
|
|
|
|
# Set to true if behind Charter's SSL inspection proxy (replicates Python verify=False)
|
|
|
|
|
IVANTI_SKIP_TLS=false
|