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

zsip.rest-source.1.0.0.RC4.source-code.application-k8s.yml Maven / Gradle / Ivy

The newest version!
server:
  port: 8081

spring:
  application:
    name: bizsip-rest-source
  cloud:
    nacos:
      discovery:
        server-addr: ${BIZSIP_NACOS}
        namespace: ${BIZSIP_NACOS_NAMESPACE}

bizsip:
  config-path: ${BIZSIP_CONFIG}
  integrator-url: http://bizsip-integrator/api/
#  source-id: source1

logging:
  level:
    com.bizmda.bizsip: info
  file:
    path: ${BIZSIP_LOG_PATH}

graceful:
  shutdown:
    enabled: true




© 2015 - 2024 Weber Informatics LLC | Privacy Policy