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/users/src/main/resources/bootstrap.properties

6 lines
245 B
Properties

spring.application.name=users
# 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}