diff options
author | Dan Timoney <dt5972@att.com> | 2018-09-20 18:30:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-20 18:30:04 +0000 |
commit | 15ac6196f60ba08a7567139ab43c5c60aa2d1a1f (patch) | |
tree | a6f8ab28f40c367cf08f2315840012a1c731f26b /ms/neng/opt/etc/config/application-live.properties | |
parent | 06d1a812c151523c885656c1608d0e53a6cadc10 (diff) | |
parent | 01058306bbd691ff507e2e0b7cc13848520b1a85 (diff) |
Merge "naming ms - interface testing updates."
Diffstat (limited to 'ms/neng/opt/etc/config/application-live.properties')
-rw-r--r-- | ms/neng/opt/etc/config/application-live.properties | 13 |
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 |