24 lines
1.5 KiB
Properties
24 lines
1.5 KiB
Properties
|
|
#
|
||
|
|
# 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
|
||
|
|
#
|
||
|
|
|
||
|
|
# Download URL generation configuration
|
||
|
|
hawkbit.artifact.url.protocols.download-http.rel=download-http
|
||
|
|
hawkbit.artifact.url.protocols.download-http.hostname=localhost
|
||
|
|
hawkbit.artifact.url.protocols.download-http.ip=127.0.0.1
|
||
|
|
hawkbit.artifact.url.protocols.download-http.protocol=http
|
||
|
|
hawkbit.artifact.url.protocols.download-http.port=8080
|
||
|
|
hawkbit.artifact.url.protocols.download-http.supports=DMF,DDI
|
||
|
|
hawkbit.artifact.url.protocols.download-http.ref={protocol}://{hostnameRequest}:{portRequest}/{tenant}/controller/v1/{controllerId}/softwaremodules/{softwareModuleId}/artifacts/{artifactFileName}
|
||
|
|
hawkbit.artifact.url.protocols.md5sum-http.rel=md5sum-http
|
||
|
|
hawkbit.artifact.url.protocols.md5sum-http.protocol=${hawkbit.artifact.url.protocols.download-http.protocol}
|
||
|
|
hawkbit.artifact.url.protocols.md5sum-http.hostname=${hawkbit.artifact.url.protocols.download-http.hostname}
|
||
|
|
hawkbit.artifact.url.protocols.md5sum-http.ip=${hawkbit.artifact.url.protocols.download-http.ip}
|
||
|
|
hawkbit.artifact.url.protocols.md5sum-http.port=${hawkbit.artifact.url.protocols.download-http.port}
|
||
|
|
hawkbit.artifact.url.protocols.md5sum-http.supports=DDI
|
||
|
|
hawkbit.artifact.url.protocols.md5sum-http.ref=${hawkbit.artifact.url.protocols.download-http.ref}.MD5SUM
|