diff options
Diffstat (limited to 'ms/neng/opt')
-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 |