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

os.smartcosmos-config-server.3.0.1.source-code.application.yml Maven / Gradle / Ivy

Go to download

Server that stores configuration values in a git repository for configuration control, auditing, history, and tagging environments.

The newest version!
server:
  port: 8888

management:
  context-path: /admin

eureka:
  instance:
    leaseRenewalIntervalInSeconds: 10
    statusPageUrlPath: /admin/info
    healthCheckUrlPath: /admin/health

spring:
  profiles.active: ${SPRING_PROFILES:git}
  cloud:
    config:
      allowOverride: true
      server:
        git:
          uri: ${CONFIG_FILE_URI:https://github.com/SMARTRACTECHNOLOGY/smartcosmos-cluster-config}
          basedir: target/config
          default-label: ${CONFIG_SERVER_LABEL:master}
        native:
          search-locations: ${CONFIG_SEARCH_LOCATIONS}

info:
  project:
    artifactId: @project.artifactId@
    name: @project.name@
    description: @project.description@
    version: @project.version@




© 2015 - 2025 Weber Informatics LLC | Privacy Policy