This repository has been archived on 2022-07-05. You can view files and clone it, but cannot push or open issues/pull-requests.
|
spring.application.name=steleks-proxy
|
|
# 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} |