blob: cb2f04d7ec15afa7ce8b37259b738458bf80efea [file] [log] [blame]
jananib08a83ba2020-02-28 18:25:01 +05301#
2# ============LICENSE_START=======================================================
3# ONAP - SO
4# ================================================================================
5# Copyright (C) 2020 Huawei Technologies Co., Ltd. All rights reserved.
6# ================================================================================
7# Licensed under the Apache License, Version 2.0 (the "License");
8# you may not use this file except in compliance with the License.
9# You may obtain a copy of the License at
10#
11# http://www.apache.org/licenses/LICENSE-2.0
12#
13# Unless required by applicable law or agreed to in writing, software
14# distributed under the License is distributed on an "AS IS" BASIS,
15# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16# See the License for the specific language governing permissions and
17# limitations under the License.
18# ============LICENSE_END=========================================================
19#/
20aai:
21 auth: 2A11B07DB6214A839394AA1EC5844695F5114FC407FF5422625FB00175A3DCB8A1FF745F22867EFA72D5369D599BBD88DA8BED4233CF5586
22 endpoint: https://aai.onap:30233
23logging:
24 path: logs
25
26spring:
27 datasource:
28 driver-class-name: org.mariadb.jdbc.Driver
29 jdbcUrl: jdbc:mariadb://192.168.235.44:30444/requestdb
30 username: root
31 password: secretpassword
32
33 jpa:
34 show-sql: false
35 hibernate:
36 dialect: org.hibernate.dialect.MySQL5Dialect
37 ddl-auto: validate
38 naming-strategy: org.hibernate.cfg.ImprovedNamingStrategy
39 enable-lazy-load-no-trans: true
40server:
41 port: 8080
42 tomcat:
43 max-threads: 50
44
45mso:
46 key: 07a7159d3bf51a0e53be7a8f89699be7
47 site-name: localSite
48 logPath: ./logs/nssmf
49 msb-ip: msb-iag.{{ include "common.namespace" . }}
50 msb-port: 80
51 adapters:
52 requestDb:
53 endpoint: https://so-request-db-adapter.{{ include "common.namespace" . }}:8083
54 auth: Basic YnBlbDpwYXNzd29yZDEk
55
56#Actuator
57management:
58 security:
59 enabled: false
60 basic:
61 enabled: false