This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
stack-orchestrator
Watch
17
Star
1
Fork
3
You've already forked stack-orchestrator
Code
Issues
113
Pull Requests
18
Actions
Packages
Projects
Releases
480
Wiki
Activity
new-gitea-test
stack-orchestrator
/
app
/
data
/
config
/
watcher-mobymask-v2
/
test-app-config.json
8 lines
94 B
JSON
Raw
Permalink
Normal View
History
Unescape
Escape
Add web-apps and laconicd in MobyMask v2 watcher stack (#226) * Rename .env file * Add web app services to docker compose file * Add laconicd to deploy contract and send txs * Add demo with steps for running mobymask app with L2 chain * Add fix for yarn install on M1 platform in react-peer * Update multiaddrs to use websockets * Add notes in readmes --------- Co-authored-by: prathamesh0 <prathamesh.musale0@gmail.com> Former-commit-id: cacd306b22dbd12096c3b78d3c4222a8b8772489
2023-03-24 11:53:54 +00:00
{
Configuration fixes for mobymask-v2 stack for multiple deployments (#318) * Fix contract deployment script in fixturenet-optimism stack * Configure relay node's announce domain from env * Configure relay peers list for the relay node from env * Create and use peer ids from a mounted volume * Fix command to create watcher config * Fix mobymask-app deployment script Former-commit-id: 882f0b16aacd847570de9e6a506cdf74ef6e6f14
2023-04-12 12:47:13 +00:00
"relayNodes"
:
[
]
,
Add web-apps and laconicd in MobyMask v2 watcher stack (#226) * Rename .env file * Add web app services to docker compose file * Add laconicd to deploy contract and send txs * Add demo with steps for running mobymask app with L2 chain * Add fix for yarn install on M1 platform in react-peer * Update multiaddrs to use websockets * Add notes in readmes --------- Co-authored-by: prathamesh0 <prathamesh.musale0@gmail.com> Former-commit-id: cacd306b22dbd12096c3b78d3c4222a8b8772489
2023-03-24 11:53:54 +00:00
"peer"
:
{
Add environment variables for multiaddrs blacklist (#381) * Add env variable for web apps config denyMultiaddrs * Add watcher config option for blacklisted multiaddrs * Update package versions * Use provided domain for relay multiaddr in peer config * Change delimeter while replacing deny multiaddrs list --------- Co-authored-by: prathamesh0 <prathamesh.musale0@gmail.com> Former-commit-id: b678a3ecb4b318ce26a39fd42f3ed160fd55041e
2023-05-05 08:02:19 +00:00
"denyMultiaddrs"
:
[
]
,
Add web-apps and laconicd in MobyMask v2 watcher stack (#226) * Rename .env file * Add web app services to docker compose file * Add laconicd to deploy contract and send txs * Add demo with steps for running mobymask app with L2 chain * Add fix for yarn install on M1 platform in react-peer * Update multiaddrs to use websockets * Add notes in readmes --------- Co-authored-by: prathamesh0 <prathamesh.musale0@gmail.com> Former-commit-id: cacd306b22dbd12096c3b78d3c4222a8b8772489
2023-03-24 11:53:54 +00:00
"enableDebugInfo"
:
true
}
}
Reference in New Issue
Copy Permalink