Update for new security module
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
spring:
|
||||
application:
|
||||
name: bar
|
||||
platform:
|
||||
cloud:
|
||||
config:
|
||||
uri: http://localhost:${config.port:8888}
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user