All Downloads are FREE. Search and download functionalities are using the official Maven repository.

bss.cassandra.ecchronos.application.6.0.4.source-code.application.yml Maven / Gradle / Ivy

The newest version!
#
# Copyright 2020 Telefonaktiebolaget LM Ericsson
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

## Spring Boot
# Description on all possible parameters can be found here:
# https://docs.spring.io/spring-boot/docs/current/reference/html/appendix-application-properties.html#core-properties

# Actuator Config
management:
  endpoints:
    enabled-by-default: false
  endpoint:
    health:
      enabled: true
      probes:
        enabled: true
      group:
        readiness:
          include: "readinessState,cassandra"
        liveness:
          include: "livenessState"
  metrics:
    export:
      defaults:
        enabled: false

#Springdoc config, change springdoc.api-docs.enabled=true to enable swagger ui at /swagger-ui/index.html
# and API doc at /v3/api-docs.yaml
springdoc:
  api-docs:
    version: OPENAPI_3_0
    enabled: false

# Security Config
#server:
#  ssl:
#    enabled: false
#    client-auth: 
#    enabled-protocols: 
#    ciphers: 
#
# SSL configuration using certificate stores
#    key-store: 
#    key-store-password: 
#    key-store-type: 
#    key-alias: 
#    key-password: 
#    trust-store: 
#    trust-store-password: 
#    trust-store-type: 
#
# SSL configuration using certificates in PEM format
# This configuration takes precedence when certificate store settings are also specified
#    certificate: 
#    certificate-private-key: 
#    trust-certificate: 
#
# Rate at which certificates are reloaded automatically
#    refresh-rate-in-ms: 60000

# Metrics server config
# If metrics server is not enabled, the metrics will be exposed on the default server /metrics
#metricsServer:
#  enabled: false
#  port: 8081
#  ssl:
#    enabled: false
#    client-auth: 
#    enabled-protocols: 
#    ciphers: 
#
# SSL configuration using certificate stores
#    key-store: 
#    key-store-password: 
#    key-store-type: 
#    key-alias: 
#    key-password: 
#    trust-store: 
#    trust-store-password: 
#    trust-store-type: 
#
# SSL configuration using certificates in PEM format
# This configuration takes precedence when certificate store settings are also specified
#    certificate: 
#    certificate-private-key: 
#    trust-certificate: 

# Rate at which certificate are reloaded automatically
#    refresh-rate-in-ms: 60000




© 2015 - 2025 Weber Informatics LLC | Privacy Policy