bdf82b6fbd6f8979a6a15b7409f1bf9dbc272090
[oom.git] / kubernetes / so / charts / so-catalog-db-adapter / resources / config / overrides / override.yaml
1 # Copyright © 2018 AT&T USA
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #       http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14 server:
15     port: 8082
16     tomcat:
17         max-threads: 50
18 ssl-enable: false
19 mso:
20   logPath: logs
21   site-name: onapheat
22   catalog:
23     db:
24       spring:
25         endpoint: http://so-catalog-db-adapter.{{ include "common.namespace" . }}:8082
26   db:
27     auth: Basic YnBlbDpwYXNzd29yZDEk
28 spring:
29   security:
30     usercredentials:
31     -
32       username: bpel
33       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
34       role: BPEL-Client
35     -
36       username: mso_admin
37       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
38       role: ACTUATOR
39 #Actuator
40 management:
41   context-path: /manage