[DCAEGEN2] Update son-handler CSIT with CPS
[integration/csit.git] / scripts / dcaegen2-services-son-handler / sonhandler / cps-sonhandler / cps / application.yml
1 ###############################################################################
2 ##  ============LICENSE_START=======================================================
3 ##  ONAP
4 ##  ================================================================================
5 ##   Copyright (C) 2022 Wipro Limited.
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 ##
20 ################################################################################
21
22 spring:
23   datasource:
24     initialization-mode: always
25     initialize: true
26     url: jdbc:postgresql://postgres:5432/cps_template_db
27     username: postgres
28     password: postgres
29     continue-on-error: true
30   jpa:
31     hibernate:
32       ddl-auto: update
33     properties:
34       hibernate:
35         temp:
36           use_jdbc_metadata_defaults: false
37     database-platform: org.hibernate.dialect.PostgreSQLDialect
38 app:
39   cpsCoreConfiguration:
40     url: http://cps-and-ncmp:8080/cps/api/v1/dataspaces/sondataspace
41     username: cpsuser
42     password: cpsr0cks!
43   ncmpConfiguration:
44     url: http://cps-and-ncmp:8080/cps/api/v1
45     username: cpsuser
46     password: cpsr0cks!
47   cpsClient: cpsCore
48   schemaToAnchor:
49     ran-coverage-area: coverage-area-onap
50     e2e-cavsta-schemaset: e2e-cavsta1
51     cps-ran-schemaset: cps-ran-anchor
52     ran-network-schemaset: ran-network-anchor