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
mr9.0
Alexander Lutay 6 years ago
parent 543533bde3
commit 94ef1fef2c

@ -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