update config properties

This commit is contained in:
2024-08-29 23:58:32 +10:00
parent b9d8747728
commit 54762aed8e
6 changed files with 110 additions and 2 deletions

View File

@@ -1,2 +0,0 @@
server.port=8888
spring.cloud.config.server.git.uri: file://opt/config

View File

@@ -0,0 +1,37 @@
server:
port: 8888
management:
endpoints:
web:
exposure:
include: '*'
endpoint:
env:
post:
enabled: true
web:
exposure:
include: '*'
health:
show-details: always
spring:
cloud:
kubernetes:
discovery:
enabled: false
all-namespaces: false
service-labels:
spring-boot: true
enabled: false
config:
server:
git:
uri: file://opt/config
health:
enabled: false
eureka:
client:
enabled: false

View File

@@ -0,0 +1,5 @@
application:
name: ec-config-server
spring:
application:
name: ${application.name}