Skip to content

Commit 7883cc9

Browse files
committed
fix: Fix typo in env example
1 parent b217e42 commit 7883cc9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

local-deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ VULN_DB_URI='mongodb://mongoSecureChain:mongoSecureChain@mongo:27017/admin'
1919
DOCS_URL='/docs' # Comment this on production
2020
SERVICES_ALLOWED_ORIGINS='["http://securechain-gateway:8000"]'
2121
GATEWAY_ALLOWED_ORIGINS='["http://securechain-frontend"]'
22-
BACKEND_URL=http://securechain-gateway:8000
23-
NODE_ENV=development # Change to 'production' for production builds
22+
BACKEND_URL='http://securechain-gateway:8000'
23+
NODE_ENV='development' # Change to 'production' for production builds
2424

2525
# Databases settings
2626
GRAPH_DB_USER='neo4j' # Change in production

0 commit comments

Comments
 (0)