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 7f965ba commit d53c7acCopy full SHA for d53c7ac
1 file changed
local-deployment.md
@@ -16,6 +16,7 @@ The first you need is to create an enviroment `(.env)` file from this template:
16
GRAPH_DB_URI='bolt://neo4j:7687'
17
VULN_DB_URI='mongodb://mongoSecureChain:mongoSecureChain@mongodb:27017/admin'
18
ALLOWED_ORIGINS='["http://securechain-gateway:8000"]'
19
+GATEWAY_ALLOWED_ORIGINS='["http://localhost:3000"]' # Change in production
20
21
# Databases settings
22
GRAPH_DB_USER='neo4j'
@@ -24,6 +25,7 @@ VULN_DB_USER='mongoSecureChain'
24
25
VULN_DB_PASSWORD='mongoSecureChain'
26
27
# Secrets for JWT
28
+SECURE='FALSE' # Set to True in production
29
ALGORITHM='your_preferred_algorithm' # e.g., 'HS256'
30
ACCESS_TOKEN_EXPIRE_MINUTES='access_token_expire_minutes'
31
REFRESH_TOKEN_EXPIRE_DAYS='refresh_token_expire_days'
0 commit comments