Increment code coverage for Application
[oam/nf-oam-adopter.git] / ves-nf-oam-adopter / ves-nf-oam-adopter-app / src / test / resources / application.yml
1 spring.devtools.restart.log-condition-evaluation-delta: false
2 logging.config: ./configuration/log4j2.yml
3 server:
4   username: admin
5   password: admin
6   ssl:
7     enabled: true
8     key-store-type: JKS
9     key-alias: nf-oam-adopter
10     key-store: ./configuration/ssl/nf-oam-adopter-keystore.jks
11     key-store-password: nf-oam-adopter
12     key-password: nf-oam-adopter
13     trust-store: ./configuration/ssl/nf-oam-adopter-truststore.jks
14     trust-store-password: nf-oam-adopter
15     enabled-protocols: TLSv1.3
16     ciphers: TLS_AES_128_GCM_SHA256,TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256, TLS_AES_128_CCM_8_SHA256, TLS_AES_128_CCM_SHA256
17 ves-collector:
18   url: someUrl
19   vesEncodedAuth: someAuth
20 http-client:
21   conection-timeout: 600
22   response-timeout: 600
23 pm-rest-manager:
24   synchronization-time-start: 20:00:00
25   synchronization-time-frequency: 5
26   mapping-config-path: mapping-configuration/pm-ves-message-mapping.yaml
27   ran-token-endpoint: /auth/token
28   ran-pm-endpoint: /pm/files
29   ran-time-zone-offset-endpoint: /system/timeZone
30 snmp-manager:
31   host: "0.0.0.0"
32   port: 10162
33   mapping-config-path: mapping-configuration/fm-ves-message-mapping.yaml