Hi team, similar to adding verbose and disable ssl for the standalone in Python, how do we add proxy setting to the standalone Ruby? Example of the os env for verbose and ssl:
os.environ['PACT_DISABLE_SSL_VERIFICATION'] = 'true'
os.environ['VERBOSE'] = 'true'