-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
63 lines (51 loc) · 1.77 KB
/
.env.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Docker Compose Environment Variables Example
# =====================================
# --------required variables-----------
# =====================================
NEO4J_PASSWORD=
REDIS_PASSWORD=
# For deployment uisng Azure Containers
# ----------------------
# Name of created Azure Container Registry
ACR_NAME=
# Domain name for the application. It will
# be accessible under
# http://<AZURE_DOMAIN_NAME>.REGION.azurecontainer.io:3000
AZURE_DOMAIN_NAME=depvis
# --------optional variables-----------
# Neo4J Database
# =====================================
NEO4J_HOST=neo4j://neo4j:7687
# Redis Cache
# =====================================
REDIS_HOST=redis-cache
REDIS_PORT=6379
# DepVis Docker Port
# =====================================
# Specify public facing port for Docker container
DEPVIS_PORT=3000
# =====================================
# DepVis other environmental variables
# =====================================
# Vulnerability database
# ----------------------
# Specify default vulnerability database. Currently supported are
# Sonatype OSS
VULN_DB=Sonatype
# or 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
SONATYPE_OSS_AUTH=
# 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