We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b217e42 commit 7883cc9Copy full SHA for 7883cc9
1 file changed
local-deployment.md
@@ -19,8 +19,8 @@ VULN_DB_URI='mongodb://mongoSecureChain:mongoSecureChain@mongo:27017/admin'
19
DOCS_URL='/docs' # Comment this on production
20
SERVICES_ALLOWED_ORIGINS='["http://securechain-gateway:8000"]'
21
GATEWAY_ALLOWED_ORIGINS='["http://securechain-frontend"]'
22
-BACKEND_URL=http://securechain-gateway:8000
23
-NODE_ENV=development # Change to 'production' for production builds
+BACKEND_URL='http://securechain-gateway:8000'
+NODE_ENV='development' # Change to 'production' for production builds
24
25
# Databases settings
26
GRAPH_DB_USER='neo4j' # Change in production
0 commit comments