# # Copyright (c) 2015 Bosch Software Innovations 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 # # Define DEFAULT tenant admin user admin/admin hawkbit.security.user.admin.password={noop}admin hawkbit.security.user.admin.roles=TENANT_ADMIN hawkbit.security.user.admin.tenant=DEFAULT # allow to auto/implicit create DEFAULT tenant (on mgmt api call) hawkbit.server.repository.implicitTenantCreateAllowed=true 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 spring.rabbitmq.username=guest spring.rabbitmq.password=guest spring.rabbitmq.virtual-host=/ spring.rabbitmq.host=localhost spring.rabbitmq.port=5672 # Enable CORS and specify the allowed origins: #hawkbit.server.security.cors.enabled=true #hawkbit.server.security.cors.allowedOrigins=http://localhost # 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/**