-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.production.example
47 lines (41 loc) · 1.51 KB
/
.env.production.example
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
41
42
43
44
45
46
47
# Sample .env file
# For development purposes use .env.local
# For installation using docker the file must be named ".env.production"
# Neo4J Database connection information
# =====================================
NEO4J_USER=neo4j
NEO4J_PASSWORD=
# For local development
# NEO4J_HOST=neo4j://localhost:7687
# For docker setup - default value
NEO4J_HOST=neo4j://neo4j:7687
# Vulnerability database
# =====================================
# Specify default vulnerability database. Currently supported are
# Sonatype OSS
VULN_DB=Sonatype
# OSV
# VULN_DB=osv
# Sonatype OSS databse authentication token
# =====================================
# It is not required, but recommended. Wihout token API is rate limited
# Learn how to obtain token here: https://ossindex.sonatype.org/doc/api-token
NEXT_PUBLIC_SONATYPE_OSS_AUTH=
# Redis Database connection information
# =====================================
# For local development
# REDIS_HOST=localhost
# For docker setup - default value
REDIS_HOST=redis-cache
REDIS_PORT=6379
REDIS_PASSWORD=
# CORS origin - use when API and frontend are on different host
# =====================================
# CORS_ORIGIN=*
# GraphQL Server Uri - used for server side requests
# In Docker environment, port is usually diferent for frontend and internal requests
# =====================================
NEXT_PUBLIC_SERVER_URI=http://localhost:3000
# Excluded nodes Regex Default value - used to separate system nodes from other
# =====================================
# NEXT_PUBLIC_GRAPH_EXCLUDED_REGEX=.*ystem