aboutsummaryrefslogtreecommitdiffstats
path: root/ms/neng/opt
diff options
context:
space:
mode:
authorBT2983 <BT2983@att.com>2018-09-18 18:57:28 -0600
committerBT2983 <BT2983@att.com>2018-09-18 18:57:28 -0600
commit01058306bbd691ff507e2e0b7cc13848520b1a85 (patch)
tree748e2e0e55905cfc817881215e76fa00b855ba1b /ms/neng/opt
parent758bc233c125d2ffec0bf16618747af747aafa45 (diff)
naming ms - interface testing updates.
Added additional configurable properties for interfaces, and to work with no certificates or https. Change-Id: I680b10ce21c41cecf6c32ddbbcb1c33967fff2e0 Issue-ID: CCSDK-342 Signed-off-by: BT2983 <BT2983@att.com>
Diffstat (limited to 'ms/neng/opt')
-rw-r--r--ms/neng/opt/etc/config/application-live.properties13
1 files changed, 13 insertions, 0 deletions
diff --git a/ms/neng/opt/etc/config/application-live.properties b/ms/neng/opt/etc/config/application-live.properties
index 23feb8de..1af9d48f 100644
--- a/ms/neng/opt/etc/config/application-live.properties
+++ b/ms/neng/opt/etc/config/application-live.properties
@@ -28,3 +28,16 @@ datasource.db.password=${neng_db_pass}
jpa.hibernate.ddl-auto=none
jpa.show-sql=true
hibernate.show_sql:true
+
+#Interface with policy manager
+policymgr.clientAuth=Basic ${pol_client_auth}
+policymgr.basicAuth=Basic ${pol_basic_auth}
+policymgr.url=${pol_url}
+policymgr.environment=${pol_env}
+policymgr.ecompRequestId=${pol_req_id}
+
+#Interface with A&AI
+aai.certPassword=${aai_cert_pass}
+aai.cert=${aai_cert_path}
+aai.uRIBase=${aai_uri}
+aai.fromAppId=namegen-mS