Replacing the default Config provider with a custom one in Effect Typescript library

How can I replace the default Config provider with a custom one? I can't find anything like Logger.replace. There's Effect.withConfigProvider of course but I want to override it for the whole program (no single entrypoint, using ManagedRuntime).
Was this page helpful?