This repository has been archived on 2022-07-05. You can view files and clone it, but cannot push or open issues/pull-requests.
steleks_backend/out/production/eureka-service/bootstrap.properties

5 lines
253 B
Properties

spring.application.name=eureka-service
# N.B. this is the default:
spring.cloud.config.uri=${CONFIG_SERVER_URI:http://localhost:8888}
spring.cloud.config.username=${CONFIG_SERVER_USERNAME:root}
spring.cloud.config.password=${CONFIG_SERVER_PASSWORD:root}