Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Remaining rate limit: 4915 🚀 |
|
moved to draft, my intention wasn't to remove ape, just to make the streamlined pipeline work better (just so happens it works better without ape) |
|
Remaining rate limit: 4983 🚀 |
slundqui
left a comment
There was a problem hiding this comment.
Should also look over docker build and various CI workflows for ape. Grep ape should do the trick
| # whether to run on devnet | ||
| devnet: bool = True | ||
| # hostname for container URLs | ||
| hostname: str = "http://localhost" |
There was a problem hiding this comment.
This is making the assumption that these services are all on the same machine. Is this always the case?
| # hostname for container URLs | ||
| hostname: str = "http://localhost" | ||
| # ports for container URLs | ||
| artifacts_port: str = "80" |
| artifacts_url="http://localhost:80", | ||
| rpc_url="http://localhost:8545", | ||
| username_register_url="http://localhost:5002", | ||
| hostname="http://localhost", |
There was a problem hiding this comment.
Likewise, same comment. Are these always going to live on the same server?
| rpc_url="http://localhost:8545", | ||
| username_register_url="http://localhost:5002", | ||
| hostname="http://localhost", | ||
| artifacts_port="80", |
No description provided.