sourabh_sourabh | 7cda5e9 | 2023-07-05 00:56:05 +0100 | [diff] [blame] | 1 | # ============LICENSE_START======================================================= |
danielhanrahan | 8ddb813 | 2024-02-23 10:16:43 +0000 | [diff] [blame] | 2 | # Copyright (C) 2023-2024 Nordix Foundation |
sourabh_sourabh | 7cda5e9 | 2023-07-05 00:56:05 +0100 | [diff] [blame] | 3 | # ================================================================================ |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | # you may not use this file except in compliance with the License. |
| 6 | # You may obtain a copy of the License at |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
| 15 | # |
| 16 | # SPDX-License-Identifier: Apache-2.0 |
| 17 | # ============LICENSE_END========================================================= |
| 18 | server: |
| 19 | port: 8092 |
danielhanrahan | d7a5b10 | 2024-02-23 10:19:23 +0000 | [diff] [blame] | 20 | jetty: |
| 21 | threads: |
| 22 | max: 25 |
sourabh_sourabh | 7cda5e9 | 2023-07-05 00:56:05 +0100 | [diff] [blame] | 23 | |
| 24 | rest: |
| 25 | api: |
| 26 | dmi-stub-base-path: /dmi |
| 27 | |
| 28 | spring: |
| 29 | main: |
| 30 | banner-mode: "off" |
| 31 | application: |
| 32 | name: "dmi-plugin-demo-and-csit-stub" |
| 33 | |
| 34 | kafka: |
| 35 | bootstrap-servers: ${KAFKA_BOOTSTRAP_SERVER:localhost:19092} |
| 36 | security: |
| 37 | protocol: PLAINTEXT |
| 38 | producer: |
| 39 | value-serializer: io.cloudevents.kafka.CloudEventSerializer |
| 40 | client-id: cps-core |
| 41 | |
danielhanrahan | 8ddb813 | 2024-02-23 10:16:43 +0000 | [diff] [blame] | 42 | management: |
| 43 | endpoints: |
| 44 | web: |
| 45 | exposure: |
| 46 | include: health |
| 47 | |
sourabh_sourabh | 7cda5e9 | 2023-07-05 00:56:05 +0100 | [diff] [blame] | 48 | app: |
| 49 | ncmp: |
| 50 | async-m2m: |
| 51 | topic: ${NCMP_ASYNC_M2M_TOPIC:ncmp-async-m2m} |
JvD_Ericsson | 1516fa0 | 2024-01-31 13:47:28 +0000 | [diff] [blame] | 52 | |
| 53 | delay: |
| 54 | module-references-delay-ms: ${MODULE_REFERENCES_DELAY_MS:100} |
| 55 | module-resources-delay-ms: ${MODULE_RESOURCES_DELAY_MS:1000} |
halil.cakal | a9ee0ab | 2024-07-16 13:53:05 +0100 | [diff] [blame] | 56 | read-data-for-cm-handle-delay-ms: ${READ_DATA_FOR_CM_HANDLE_DELAY_MS:300} |
| 57 | write-data-for-cm-handle-delay-ms: ${WRITE_DATA_FOR_CM_HANDLE_DELAY_MS:670} |
sourabh_sourabh | 5dd5470 | 2024-02-28 09:06:24 +0000 | [diff] [blame] | 58 | |
| 59 | logging: |
| 60 | level: |
| 61 | org: |
| 62 | springframework: |
| 63 | web: |
| 64 | filter: |
| 65 | CommonsRequestLoggingFilter: DEBUG |