how do I set env vars globally inside my workers? these env vars are used by some libraries I am run

how do I set env vars globally inside my workers? these env vars are used by some libraries I am running within workers. The libraries don't provide a way to override the value via params so I need them to be available as env vars.
Was this page helpful?