Hi team, similar to adding verbose and disable ssl...
# pact-python
t
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:
Copy code
os.environ['PACT_DISABLE_SSL_VERIFICATION'] = 'true'
os.environ['VERBOSE'] = 'true'