release: v1.0.0 — clean README, changelog, full reference manual, dead code removal, package metadata
This commit is contained in:
@@ -3,6 +3,10 @@ PORT=3001
|
||||
API_HOST=localhost
|
||||
CORS_ORIGINS=http://localhost:3000
|
||||
|
||||
# Session secret — REQUIRED. Server will not start without this.
|
||||
# Generate with: openssl rand -base64 32
|
||||
SESSION_SECRET=
|
||||
|
||||
# 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=
|
||||
|
||||
Reference in New Issue
Block a user