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-02-25 17:59:46 +01:00
|
|
|
hawkbit.server.ddi.security.authentication.anonymous.enabled=true
|
|
|
|
|
hawkbit.server.ddi.security.authentication.targettoken.enabled=false
|
|
|
|
|
hawkbit.server.ddi.security.authentication.gatewaytoken.enabled=false
|
2016-01-21 13:18:55 +01:00
|
|
|
|
|
|
|
|
spring.profiles.active=amqp
|
|
|
|
|
|
2016-02-19 16:30:38 +01:00
|
|
|
vaadin.servlet.productionMode=false
|
2016-01-21 13:18:55 +01:00
|
|
|
|
|
|
|
|
## Configuration for 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-04-19 10:42:56 +02:00
|
|
|
hawkbit.dmf.rabbitmq.deadLetterQueue=dmf_connector_deadletter_ttl
|
2016-02-25 17:59:46 +01:00
|
|
|
hawkbit.dmf.rabbitmq.deadLetterExchange=dmf.connector.deadletter
|
|
|
|
|
hawkbit.dmf.rabbitmq.receiverQueue=dmf_receiver
|
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
|
|
|
|
|
|
|
|
|
|
# UI help links
|
|
|
|
|
hawkbit.server.ui.links.documentation.root=https://github.com/eclipse/hawkbit
|
|
|
|
|
hawkbit.server.ui.links.documentation.deployment-view=https://github.com/eclipse/hawkbit
|
|
|
|
|
hawkbit.server.ui.links.documentation.distribution-view=https://github.com/eclipse/hawkbit
|
|
|
|
|
hawkbit.server.ui.links.documentation.rollout-view=https://github.com/eclipse/hawkbit
|
|
|
|
|
hawkbit.server.ui.links.documentation.security=https://github.com/eclipse/hawkbit
|
|
|
|
|
hawkbit.server.ui.links.documentation.system-configuration-view=https://github.com/eclipse/hawkbit
|
|
|
|
|
hawkbit.server.ui.links.documentation.targetfilter-view=https://github.com/eclipse/hawkbit
|
|
|
|
|
hawkbit.server.ui.links.documentation.upload-view=https://github.com/eclipse/hawkbit
|