e73463525e
Build and Push Multi-Arch Docker Image / build-and-push (push) Successful in 19m29s
Signed-off-by: Peter Siegmund <developer@mars3142.org>
24 lines
471 B
YAML
24 lines
471 B
YAML
eureka:
|
|
client:
|
|
register-with-eureka: true
|
|
fetch-registry: true
|
|
service-url:
|
|
defaultZone: ${EUREKA}
|
|
|
|
server:
|
|
port: ${PORT:8888}
|
|
|
|
spring:
|
|
application:
|
|
name: config-service
|
|
cloud:
|
|
config:
|
|
server:
|
|
native:
|
|
search-locations: classpath:/configurations
|
|
git:
|
|
uri: https://${GIT_LOGIN_USER}:${GIT_TOKEN}@github.com/${GIT_USER}/${GIT_REPO}.git
|
|
default-label: main
|
|
profiles:
|
|
active: native
|