Files
config-service/src/main/resources/application.yml
T
mars3142 e73463525e
Build and Push Multi-Arch Docker Image / build-and-push (push) Successful in 19m29s
fix repo uri
Signed-off-by: Peter Siegmund <developer@mars3142.org>
2026-03-29 00:18:15 +01:00

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