Support disabling host verification in naming service
[ccsdk/apps.git] / ms / neng / opt / etc / config / application-live.properties
index 23feb8d..16bfd86 100644 (file)
@@ -28,3 +28,18 @@ 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}
+policymgr.disableHostVerification=${DISABLE_HOST_VERIFICATION}
+#Interface with A&AI
+aai.certPassword=${aai_cert_pass}
+aai.cert=${aai_cert_path}
+aai.basicAuth=Basic ${aai_auth}
+aai.uriBase=${aai_uri}
+aai.fromAppId=namegen-mS