![JAR search and dependency download from the Maven repository](/logo.png)
os.smartcosmos-config-server.3.0.1.source-code.application.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of smartcosmos-config-server Show documentation
Show all versions of smartcosmos-config-server Show documentation
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