This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
pxz-hos-client-cpp-module/support/aws-sdk-cpp-master/testing-resources/include/aws/testing/ProxyConfig.h

12 lines
219 B
C
Raw Normal View History

/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#define USE_PROXY_FOR_TESTS 0
#define PROXY_HOST "localhost"
#define PROXY_PORT 8080