# # Copyright (c) 2023 Bosch.IO GmbH and others # # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ # # SPDX-License-Identifier: EPL-2.0 # # User Security spring.security.user.name=admin spring.security.user.password={noop}admin spring.main.allow-bean-definition-overriding=true # Http Encoding server.servlet.encoding.charset=UTF-8 server.servlet.encoding.enabled=true server.servlet.encoding.force=true # DDI authentication configuration hawkbit.server.ddi.security.authentication.anonymous.enabled=false hawkbit.server.ddi.security.authentication.targettoken.enabled=false hawkbit.server.ddi.security.authentication.gatewaytoken.enabled=false # Optional events hawkbit.server.repository.publish-target-poll-event=false ## Configuration for DMF/RabbitMQ integration hawkbit.dmf.rabbitmq.enabled=false # Swagger Configuration springdoc.api-docs.version=openapi_3_0 springdoc.show-oauth2-endpoints=true springdoc.show-login-endpoint=true springdoc.packages-to-scan=org.eclipse.hawkbit.mgmt,org.eclipse.hawkbit.ddi springdoc.paths-to-exclude=/system/**