blob: ef0b6aa7860bc386cfea0df460ec20e4728f8e3b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
server:
ssl:
keyStore: classpath:org.onap.so.p12
keyStorePassword: 6IxlmmPs:HqNhzVP#VFuSs,%
trustStore: classpath:org.onap.so.trust.jks
trustStorePassword: 72z0TFN&xfSR;;&NrIP^QB,^
port: 9091
tomcat:
max-threads: 50
camunda:
rest:
api:
url: http://so-bpmn-infra.onap:8081/sobpmnengine/engine/
engine: default
auth: Basic YXBpaEJwbW46cGFzc3dvcmQxJA==
mso:
database:
rest:
api:
url: http://so-request-db-adapter.onap:8083/infraActiveRequests/
auth: Basic YnBlbDpwYXNzd29yZDEk
spring:
main:
allow-bean-definition-overriding: true
security:
usercredentials:
-
username: gui
password: '$2a$10$ndkDhATUid4a3g0JJVRv2esX4rtB.vzCn7iBhKyR1qZ/wDdvNzjTS'
role: GUI-Client
|