All Downloads are FREE. Search and download functionalities are using the official Maven repository.

irigible.dirigible-application.10.6.37.source-code.application-spring-boot-admin-client.properties Maven / Gradle / Ivy

There is a newer version: 10.6.42
Show newest version
#
# Copyright (c) 2010-2024 Eclipse Dirigible contributors
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v20.html
#
# SPDX-FileCopyrightText: Eclipse Dirigible contributors
# SPDX-License-Identifier: EPL-2.0
#

# spring.boot.admin.client.* documentation
# https://github.com/codecentric/spring-boot-admin/blob/master/spring-boot-admin-docs/src/site/asciidoc/client.adoc#spring-boot-admin-client

spring.boot.admin.client.enabled=true

EMBEDDED_DIRIGIBLE_SPRING_ADMIN_SERVER_URL=http://localhost:${server.port}/${spring.boot.admin.context-path}
spring.boot.admin.client.url=${DIRIGIBLE_SPRING_ADMIN_SERVER_URL:${EMBEDDED_DIRIGIBLE_SPRING_ADMIN_SERVER_URL}}

# credentials which are used by the client to register in the Spring Boot Admin Server
# in other words, basic credentials for the Spring Boot Admin Server path (/spring-admin/*)
spring.boot.admin.client.username=${DIRIGIBLE_SPRING_ADMIN_SERVER_USERNAME:admin}
spring.boot.admin.client.password=${DIRIGIBLE_SPRING_ADMIN_SERVER_PASSWORD:admin}

# credentials for the client which are passed to the Spring Boot Admin Server so that it can call the client
# in other words, basic credentials for the actuator path (/actuator/*)
spring.boot.admin.client.instance.metadata.user.name=${DIRIGIBLE_SPRING_ADMIN_CLIENT_USERNAME:admin}
spring.boot.admin.client.instance.metadata.user.password=${DIRIGIBLE_SPRING_ADMIN_CLIENT_PASSWORD:admin}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy