82 lines
4.5 KiB
Properties
82 lines
4.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
|
|
#
|
|
|
|
# Test utility properties for easier fault investigation - START
|
|
## Logging - START
|
|
logging.level.root=ERROR
|
|
logging.level.org.eclipse.hawkbit.repository.test.matcher.EventVerifier=ERROR
|
|
logging.level.org.eclipse.persistence=ERROR
|
|
spring.datasource.eclipselink.logging.logger=JavaLogger
|
|
spring.jpa.properties.eclipselink.logging.level=FINE
|
|
spring.jpa.properties.eclipselink.logging.level.sql=FINE
|
|
spring.jpa.properties.eclipselink.logging.parameters=true
|
|
## Logging - END
|
|
# Test utility properties for easier fault investigation - END
|
|
|
|
# Default properties for test that can be overridden during test run - START
|
|
# Enforce persistence of targetpolls for test predictability.
|
|
hawkbit.server.repository.eagerPollPersistence=true
|
|
|
|
# Default properties for test that can be overridden during test run - END
|
|
|
|
# Properties that are managed by autoconfigure module at runtime and not available during test - START
|
|
## DDI and download security - START
|
|
hawkbit.server.ddi.security.authentication.header.enabled=true
|
|
hawkbit.server.ddi.security.authentication.header.authority=
|
|
hawkbit.server.ddi.security.authentication.targettoken.enabled=false
|
|
hawkbit.server.ddi.security.authentication.gatewaytoken.enabled=false
|
|
hawkbit.server.download.anonymous.enabled=false
|
|
hawkbit.server.ddi.security.authentication.gatewaytoken.key=
|
|
hawkbit.server.ddi.security.authentication.gatewaytoken.name=TestToken
|
|
## DDI and download security - END
|
|
|
|
## Download URL Generation - START
|
|
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
|
|
hawkbit.artifact.url.protocols.download-cdn-http.rel=cdndownload-http
|
|
hawkbit.artifact.url.protocols.download-cdn-http.hostname=localhost
|
|
hawkbit.artifact.url.protocols.download-cdn-http.ip=127.0.0.1
|
|
hawkbit.artifact.url.protocols.download-cdn-http.protocol=http
|
|
hawkbit.artifact.url.protocols.download-cdn-http.port=8080
|
|
hawkbit.artifact.url.protocols.download-cdn-http.supports=MGMT
|
|
hawkbit.artifact.url.protocols.download-cdn-http.ref={protocol}://{hostnameRequest}:{portRequest}/rest/v1/softwaremodules/{softwareModuleId}/artifacts/{artifactFileName}
|
|
## Download URL Generation - END
|
|
|
|
# Quota - START
|
|
hawkbit.server.security.dos.maxStatusEntriesPerAction=10
|
|
hawkbit.server.security.dos.maxAttributeEntriesPerTarget=10
|
|
hawkbit.server.security.dos.maxMetaDataEntriesPerSoftwareModule=10
|
|
hawkbit.server.security.dos.maxRolloutGroupsPerRollout=5
|
|
hawkbit.server.security.dos.maxMessagesPerActionStatus=10
|
|
hawkbit.server.security.dos.maxMetaDataEntriesPerDistributionSet=10
|
|
hawkbit.server.security.dos.maxSoftwareModuleTypesPerDistributionSetType=5
|
|
hawkbit.server.security.dos.maxSoftwareModulesPerDistributionSet=5
|
|
hawkbit.server.security.dos.maxArtifactsPerSoftwareModule=3
|
|
hawkbit.server.security.dos.maxTargetsPerRolloutGroup=25
|
|
hawkbit.server.security.dos.maxArtifactSize=600000
|
|
hawkbit.server.security.dos.maxArtifactStorage=1000000
|
|
hawkbit.server.security.dos.maxTargetDistributionSetAssignmentsPerManualAssignment=20
|
|
hawkbit.server.security.dos.maxTargetsPerAutoAssignment=20
|
|
hawkbit.server.security.dos.maxActionsPerTarget=20
|
|
# Quota - END
|
|
|
|
# Properties that are managed by autoconfigure module at runtime and not available during test - END
|