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
|
2016-02-25 17:59:46 +01:00
|
|
|
hawkbit.server.ddi.security.authentication.anonymous.enabled=true
|
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
|
|
|
|
|
spring.profiles.active=amqp
|
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
|
|
|
|
|
|
2016-03-12 19:08:12 +01:00
|
|
|
# UI help links
|
2017-11-23 10:46:20 +01:00
|
|
|
hawkbit.server.ui.links.documentation.root=https://www.eclipse.org/hawkbit/documentation/overview/introduction.html
|
|
|
|
|
hawkbit.server.ui.links.documentation.security=https://www.eclipse.org/hawkbit/documentation/security/security.html
|
|
|
|
|
|
|
|
|
|
hawkbit.server.ui.links.documentation.deployment-view=https://www.eclipse.org/hawkbit/documentation/interfaces/management-ui.html
|
|
|
|
|
hawkbit.server.ui.links.documentation.distribution-view=https://www.eclipse.org/hawkbit/documentation/interfaces/management-ui.html
|
|
|
|
|
hawkbit.server.ui.links.documentation.rollout-view=https://www.eclipse.org/hawkbit/documentation/interfaces/management-ui.html
|
|
|
|
|
hawkbit.server.ui.links.documentation.system-configuration-view=https://www.eclipse.org/hawkbit/documentation/interfaces/management-ui.html
|
|
|
|
|
hawkbit.server.ui.links.documentation.targetfilter-view=https://www.eclipse.org/hawkbit/documentation/interfaces/management-ui.html
|
|
|
|
|
hawkbit.server.ui.links.documentation.upload-view=https://www.eclipse.org/hawkbit/documentation/interfaces/management-ui.html
|