INFRA-4009 | Ankit Bhardwaj | add internal gateway for iapl prod (#721)
* INFRA-4009 | Ankit Bhardwaj | add external gateway for IAPL prod * INFRA-4009 | Ankit Bhardwaj | add internal gateway for iapl prod
This commit is contained in:
committed by
GitHub
parent
30ad1733cd
commit
04821c6fc6
@@ -53,4 +53,5 @@ export class InternalCommonApiGatewayUrl {
|
||||
'qa-internal-gateway.np.navi-ppl.in',
|
||||
];
|
||||
public static readonly PPL_PROD = ['internal-gateway.prod.navi-ppl.in'];
|
||||
public static readonly IAPL_PROD = ['internal-gateway.prod.navi-iapl.in'];
|
||||
}
|
||||
|
||||
@@ -65,6 +65,7 @@ const InternalCommonApiGatewayUrlMap = {
|
||||
[Cluster.SA_PROD]: InternalCommonApiGatewayUrl.SA_PROD,
|
||||
[Cluster.PPL_NONPROD]: InternalCommonApiGatewayUrl.PPL_NP,
|
||||
[Cluster.PPL_PROD]: InternalCommonApiGatewayUrl.PPL_PROD,
|
||||
[Cluster.IAPL_PROD]: InternalCommonApiGatewayUrl.IAPL_PROD,
|
||||
};
|
||||
|
||||
const rateLimitOptions = ['header', 'path'];
|
||||
|
||||
Reference in New Issue
Block a user