@apistudio/apim-cli
Version:
CLI for API Management Products
22 lines (19 loc) • 469 B
text/typescript
/**
* Copyright IBM Corp. 2024, 2025
*/
export const gatewayEnv = [
{
'PaymentAPI:1.0.1': ['https://localhost:3000/'],
},
];
export const multiGatewayEnv = [
{
'PaymentAPI:1.0.1': ['https://localhost:3000/', 'https://localhost:2000/'],
},
];
export const multiGatewayAPIEnv = [
{
'PaymentAPI:1.0.1': ['https://localhost:3000/', 'https://localhost:2000/'],
'PaymentAPI:1.0.2': ['https://localhost:4000/api', 'localhost:4000/api2'],
},
];