TT#89451 Update ALE redirect URL to api.eds.al-enterprise.com

On 8/21/20 7:17 AM, Zhang Jason wrote:
> For the RPS, we switched to new EDS domain:
> https://api.eds.al-enterprise.com
>
> And for the previous domain name,
> to keep compatibility, it’s still usable;

We need to switch to new URL as old one works in
backward compatibility mode only.

Change-Id: I9c0db38a9422f32c79940fb79581d47c75e8fce5
(cherry picked from commit 94ef1fef2c)
mr8.5.3
Alexander Lutay 5 years ago
parent a238013800
commit 8a5140e096

@ -16,7 +16,7 @@ sub rpc_server_params{
my $self = shift;
my $cfg = {
proto => 'https',
host => 'api.rps.ce.al-enterprise.com',
host => 'api.eds.al-enterprise.com',
path => 'api',
};
$self->{rpc_server_params} = $cfg;

Loading…
Cancel
Save