Files
spring-cloud-cli/spring-cloud-launcher/spring-cloud-launcher-configserver/src/main/resources/application.yml
Dave Syer 6aee631561 Add a bunch of new things
* support for zipkin server

* if eureka isn't running disable the client

* add --list option to list deployables
2016-07-08 09:44:08 +01:00

26 lines
469 B
YAML

spring:
application:
name: configserver
profiles:
active: native
cloud:
config:
server:
bootstrap: true
native:
search-locations: classpath:/launcher/, file:./launcher/
server:
port: 8888
management:
context-path: /admin
eureka:
instance:
status-page-url-path: ${management.context-path}/info
info:
artifactId: "@project.artifactId@"
description: "@project.description@"
version: "@project.version@"