This is relevant especially on the client side, though it may make sense to include the broker and worker.
Especially with the github actions, we want to be able to set MAELSTROM_CLIENT_BROKER= or MAELSTROM_BROKER=. It might also be useful for other variables.
I think maybe the way to do this is to add support for a list (or just one) environment variable to the Config stuff.
This is relevant especially on the client side, though it may make sense to include the broker and worker.
Especially with the github actions, we want to be able to set
MAELSTROM_CLIENT_BROKER=orMAELSTROM_BROKER=. It might also be useful for other variables.I think maybe the way to do this is to add support for a list (or just one) environment variable to the
Configstuff.