2016-01-21 13:18:55 +01:00
|
|
|
#
|
|
|
|
|
# Copyright (c) 2015 Bosch Software Innovations GmbH and others.
|
|
|
|
|
#
|
|
|
|
|
# All rights reserved. This program and the accompanying materials
|
|
|
|
|
# are made available under the terms of the Eclipse Public License v1.0
|
|
|
|
|
# which accompanies this distribution, and is available at
|
|
|
|
|
# http://www.eclipse.org/legal/epl-v10.html
|
|
|
|
|
#
|
|
|
|
|
|
2016-09-20 10:36:03 +02:00
|
|
|
# User Security
|
|
|
|
|
security.user.name=admin
|
|
|
|
|
security.user.password=admin
|
|
|
|
|
|
2016-05-03 18:34:16 +02:00
|
|
|
# DDI authentication configuration
|
2017-12-19 17:53:17 +01:00
|
|
|
hawkbit.server.ddi.security.authentication.anonymous.enabled=false
|
2016-05-03 18:34:16 +02:00
|
|
|
hawkbit.server.ddi.security.authentication.targettoken.enabled=true
|
|
|
|
|
hawkbit.server.ddi.security.authentication.gatewaytoken.enabled=true
|
2016-01-21 13:18:55 +01:00
|
|
|
|
2017-09-26 14:29:55 +02:00
|
|
|
# Optional events
|
|
|
|
|
hawkbit.server.repository.publish-target-poll-event=false
|
|
|
|
|
|
2016-05-03 18:34:16 +02:00
|
|
|
## Configuration for DMF/RabbitMQ integration
|
2016-02-25 17:59:46 +01:00
|
|
|
spring.rabbitmq.username=guest
|
|
|
|
|
spring.rabbitmq.password=guest
|
|
|
|
|
spring.rabbitmq.virtualHost=/
|
|
|
|
|
spring.rabbitmq.host=localhost
|
|
|
|
|
spring.rabbitmq.port=5672
|
2016-03-12 19:08:12 +01:00
|
|
|
|
2017-09-25 15:30:04 +02:00
|
|
|
# Monitoring
|
|
|
|
|
endpoints.health.enabled=true
|
|
|
|
|
|
2016-03-12 19:08:12 +01:00
|
|
|
# UI demo account
|
|
|
|
|
hawkbit.server.ui.demo.password=admin
|
|
|
|
|
hawkbit.server.ui.demo.user=admin
|
|
|
|
|
hawkbit.server.ui.demo.tenant=DEFAULT
|
|
|
|
|
|
2017-01-17 15:03:52 +01:00
|
|
|
# Upload of large files
|
|
|
|
|
spring.http.multipart.max-file-size=1024MB
|
|
|
|
|
spring.http.multipart.max-request-size=-1
|
|
|
|
|
|
2018-09-21 14:12:47 +02:00
|
|
|
# UI Favicon
|
|
|
|
|
spring.mvc.favicon.enabled=false
|
|
|
|
|
|
2016-03-12 19:08:12 +01:00
|
|
|
# UI help links
|
2018-08-24 16:30:31 +02:00
|
|
|
hawkbit.server.ui.links.documentation.root=https://www.eclipse.org/hawkbit/
|
|
|
|
|
hawkbit.server.ui.links.documentation.security=https://www.eclipse.org/hawkbit/concepts/authentication/
|
|
|
|
|
hawkbit.server.ui.links.documentation.rollout=https://www.eclipse.org/hawkbit/concepts/rollout-management/
|
|
|
|
|
|
|
|
|
|
hawkbit.server.ui.links.documentation.deployment-view=https://www.eclipse.org/hawkbit/ui/#deployment-management
|
|
|
|
|
hawkbit.server.ui.links.documentation.distribution-view=https://www.eclipse.org/hawkbit/ui/#distribution-management
|
|
|
|
|
hawkbit.server.ui.links.documentation.rollout-view=https://www.eclipse.org/hawkbit/ui/#rollout-management
|
|
|
|
|
hawkbit.server.ui.links.documentation.system-configuration-view=https://www.eclipse.org/hawkbit/ui/
|
|
|
|
|
hawkbit.server.ui.links.documentation.targetfilter-view=https://www.eclipse.org/hawkbit/ui/
|
|
|
|
|
hawkbit.server.ui.links.documentation.upload-view=https://www.eclipse.org/hawkbit/ui/
|
2018-04-04 10:01:55 +02:00
|
|
|
hawkbit.server.ui.links.documentation.maintenance-window-view=http://www.quartz-scheduler.org/documentation/quartz-2.x/tutorials/crontrigger.html
|