Support disabling host verification in naming service
[ccsdk/apps.git] / ms / neng / opt / etc / config / application-live.properties
1 #============LICENSE_START=======================================================
2 #  ONAP : CCSDK.apps
3 #  ================================================================================
4 #  Copyright (C) 2018 AT&T Intellectual Property. All rights reserved.
5 #  ================================================================================
6 #  Licensed under the Apache License, Version 2.0 (the "License");
7 #  you may not use this file except in compliance with the License.
8 #  You may obtain a copy of the License at
9 #  
10 #       http://www.apache.org/licenses/LICENSE-2.0
11 #  
12 #  Unless required by applicable law or agreed to in writing, software
13 #  distributed under the License is distributed on an "AS IS" BASIS,
14 #  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 #  See the License for the specific language governing permissions and
16 #  limitations under the License.
17 #============LICENSE_END=========================================================
18
19 #=========================================================================
20 #
21 # Configuration used for running the application in a live env, in a docker 
22 # container, with real DB and interfaces.
23 #
24 #=========================================================================
25 datasource.db.url=${neng_db_url}
26 datasource.db.username=${neng_db_user}
27 datasource.db.password=${neng_db_pass}
28 jpa.hibernate.ddl-auto=none
29 jpa.show-sql=true
30 hibernate.show_sql:true
31
32 #Interface with policy manager
33 policymgr.clientAuth=Basic ${pol_client_auth}
34 policymgr.basicAuth=Basic ${pol_basic_auth}
35 policymgr.url=${pol_url}
36 policymgr.environment=${pol_env}
37 policymgr.ecompRequestId=${pol_req_id}
38 policymgr.disableHostVerification=${DISABLE_HOST_VERIFICATION}
39  
40 #Interface with A&AI
41 aai.certPassword=${aai_cert_pass}
42 aai.cert=${aai_cert_path}
43 aai.basicAuth=Basic ${aai_auth}
44 aai.uriBase=${aai_uri}
45 aai.fromAppId=namegen-mS