diff --git a/lib/NGCP/Panel/Utils/DeviceBootstrap/ALE.pm b/lib/NGCP/Panel/Utils/DeviceBootstrap/ALE.pm index 8ef52615ce..cbf3d6c9d9 100644 --- a/lib/NGCP/Panel/Utils/DeviceBootstrap/ALE.pm +++ b/lib/NGCP/Panel/Utils/DeviceBootstrap/ALE.pm @@ -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;