Fix sample env in MobyMask app instructions (#369)

Former-commit-id: 6a11046ea5
This commit is contained in:
prathamesh0 2023-04-25 19:38:13 +05:30 committed by GitHub
parent e004d93891
commit 4ca185c753
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ Create and update an env file to be used in the next step ([defaults](../../conf
```bash ```bash
# Set of relay nodes to be used by the web-app # Set of relay nodes to be used by the web-app
# (use double quotes " for strings) # (use double quotes " for strings, avoid space after commas)
# Eg. CERC_RELAY_NODES=["/dns4/example.com/tcp/443/wss/p2p/12D3KooWGHmDDCc93XUWL16FMcTPCGu2zFaMkf67k8HZ4gdQbRDr"] # Eg. CERC_RELAY_NODES=["/dns4/example.com/tcp/443/wss/p2p/12D3KooWGHmDDCc93XUWL16FMcTPCGu2zFaMkf67k8HZ4gdQbRDr"]
CERC_RELAY_NODES=[] CERC_RELAY_NODES=[]