From 98f8fdb9fc6ca51615e2a70614f43e19ad8bcafe Mon Sep 17 00:00:00 2001 From: ychacon Date: Wed, 18 Aug 2021 15:44:42 +0200 Subject: HTTPS Proxy support for A1 adapter southbound Issue-ID: CCSDK-3153 Signed-off-by: ychacon Change-Id: I454e7f80ee0ccd94bc5a034dedc201a37e0dfc58 --- odlsli/src/main/properties/a1-adapter-api-dg.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'odlsli') diff --git a/odlsli/src/main/properties/a1-adapter-api-dg.properties b/odlsli/src/main/properties/a1-adapter-api-dg.properties index 471e6fb9..be2a2256 100644 --- a/odlsli/src/main/properties/a1-adapter-api-dg.properties +++ b/odlsli/src/main/properties/a1-adapter-api-dg.properties @@ -15,8 +15,7 @@ naming.gen-name.pwd=ccsdkapps #URLs for A1 Mediator -near-rt-ric-id=10.12.7.38:10001 -a1Mediator.url=http://10.12.7.38:10001/a1-p +a1Mediator.proxy.url= restapi.healthcheck=healthcheck restapi.policytypes=policytypes restapi.policytype=policytypes/{policy_type_id} -- cgit 1.2.3-korg