krishnaa96 | 88d908b | 2021-02-26 13:20:29 +0530 | [diff] [blame] | 1 | ############################################################################### |
| 2 | # ============LICENSE_START======================================================= |
| 3 | # ONAP |
| 4 | # ================================================================================ |
| 5 | # Copyright (C) 2021 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: |
krishnaa96 | e121650 | 2021-07-20 17:44:16 +0530 | [diff] [blame] | 39 | cpsCoreConfiguration: |
| 40 | url: http://192.168.1.5:8883/cps/api/v1/dataspaces/E2EDemo |
| 41 | username: cpsuser |
| 42 | password: cpsr0cks! |
| 43 | ncmpConfiguration: |
| 44 | url: http://192.168.1.5:8883/cps/api/v1 |
| 45 | username: cpsuser |
| 46 | password: cpsr0cks! |
| 47 | cpsClient: cpsCore |
krishnaa96 | 88d908b | 2021-02-26 13:20:29 +0530 | [diff] [blame] | 48 | schemaToAnchor: |
| 49 | ran-coverage-area: coverage-area-onap |
krishnaa96 | e121650 | 2021-07-20 17:44:16 +0530 | [diff] [blame] | 50 | e2e-cavsta-schemaset: e2e-cavsta1 |
| 51 | |