Update for new security module

This commit is contained in:
Dave Syer
2014-10-03 16:02:30 +01:00
parent 65778b2b45
commit da7522c25a
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
spring:
application:
name: bar
platform:
cloud:
config:
uri: http://localhost:${config.port:8888}

View File

@@ -1,14 +1,14 @@
info:
component: Config Server
spring:
platform:
cloud:
config:
server:
basedir: target/config
application:
name: configserver
jmx:
default_domain: platform.config.server
default_domain: cloud.config.server
server:
port: 8888
management: