2023-04-11 10:51:03 +00:00
|
|
|
# Defaults
|
|
|
|
|
|
|
|
# Watcher endpoint
|
|
|
|
DEFAULT_CERC_APP_WATCHER_URL="http://localhost:3001"
|
2023-04-06 09:47:00 +00:00
|
|
|
|
2023-04-12 12:47:13 +00:00
|
|
|
# Set of relay peers to connect to from the relay node
|
|
|
|
DEFAULT_CERC_RELAY_PEERS=[]
|
|
|
|
|
|
|
|
# Domain to be used in the relay node's announce address
|
|
|
|
DEFAULT_CERC_RELAY_ANNOUNCE_DOMAIN=
|
|
|
|
|
2023-04-10 05:12:56 +00:00
|
|
|
# Base URI for mobymask-app (used for generating invite)
|
2023-04-11 10:51:03 +00:00
|
|
|
DEFAULT_CERC_MOBYMASK_APP_BASE_URI="http://127.0.0.1:3002/#"
|
2023-04-10 05:12:56 +00:00
|
|
|
|
|
|
|
# Set to false for disabling watcher peer to send txs to L2
|
2023-04-11 10:51:03 +00:00
|
|
|
DEFAULT_CERC_ENABLE_PEER_L2_TXS=true
|
2023-04-10 05:12:56 +00:00
|
|
|
|
2023-04-06 09:47:00 +00:00
|
|
|
# Set deployed MobyMask contract address to avoid deploying contract in stack
|
|
|
|
# mobymask-app will use this contract address in config if run separately
|
2023-04-11 10:51:03 +00:00
|
|
|
DEFAULT_CERC_DEPLOYED_CONTRACT=
|
2023-04-06 09:47:00 +00:00
|
|
|
|
|
|
|
# Chain ID is used by mobymask web-app for txs
|
2023-04-11 10:51:03 +00:00
|
|
|
DEFAULT_CERC_CHAIN_ID=42069
|
2023-04-06 09:47:00 +00:00
|
|
|
|
2023-04-12 12:47:13 +00:00
|
|
|
# Set of relay nodes to be used by web-apps
|
|
|
|
DEFAULT_CERC_RELAY_NODES=[]
|
2023-05-05 08:02:19 +00:00
|
|
|
|
|
|
|
# Set of multiaddrs to be avoided while dialling
|
|
|
|
DEFAULT_CERC_DENY_MULTIADDRS=[]
|