summaryrefslogtreecommitdiffstats
path: root/external/meta-iot-cloud/recipes-connectivity/kura/files/kura.properties.default
blob: f273561e3b99f1c24abf95797597d98141bc6fba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
#
# Copyright (c) 2011, 2019 Eurotech and/or its affiliates
#
#  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
#
# Contributors:
#   Eurotech
#

## -----------------------------------------------------------------------------
##  Kura Properties
## -----------------------------------------------------------------------------
kura.name=Eclipse Kura
kura.version=
kura.marketplace.compatibility.version=
kura.company=ECLIPSE
kura.project=yocto
kura.platform=%TARGET_SYS%
kura.device.name=%MACHINE%
kura.model.id=%MACHINE%
kura.model.name=%MACHINE%
kura.bios.version=N/A
kura.firmware.version=N/A
# kura.primary.network.interface=N/A
# kura.mac.address= Fetch from Java
kura.home={kura.install.dir}/{kura.symlink}
kura.framework.config={kura.install.dir}/{kura.symlink}/framework
kura.user.config={kura.install.dir}/{kura.symlink}/user
kura.plugins={kura.install.dir}/{kura.symlink}/plugins
kura.packages={kura.install.dir}/{kura.symlink}/data/packages
kura.data={kura.install.dir}/{kura.symlink}/data
kura.tmp=/tmp/.kura
kura.snapshots={kura.install.dir}/{kura.symlink}/user/snapshots
kura.style.dir={kura.install.dir}/{kura.symlink}/user/console/skin
kura.have.net.admin=true
kura.wifi.top.channel=11
# os.arch= Fetch from Java
# os.name= Fetch from Java
# os.version= Fetch from Java
os.distribution=%DISTRO%
os.distribution.version=%DISTRO_VERSION%
# java.version= Fetch from Java
# java.vendor= Fetch from Java
# java.vm.name= Fetch from Java
# java.vm.version= Fetch from Java
# java.home= Fetch from Java
# file.separator= Fetch from Java


## -----------------------------------------------------------------------------
## Java Key Store Settings
## -----------------------------------------------------------------------------
kura.ssl.keyStorePassword=changeit


## -----------------------------------------------------------------------------
##  Remote Configuration Properties
## -----------------------------------------------------------------------------
console.device.management.service.ignore=org.eclipse.kura.net.admin.NetworkConfigurationService,org.eclipse.kura.net.admin.FirewallConfigurationService


## -----------------------------------------------------------------------------
## File upload settings
## -----------------------------------------------------------------------------
# default 10240
file.upload.in.memory.size.threshold=10240
# -1: unlimited (default)
file.upload.size.max=-1
file.command.zip.max.size=100
file.command.zip.max.number=1024


## -----------------------------------------------------------------------------
## Deployment Agent settings
## -----------------------------------------------------------------------------
# see copyURLToFile() http://commons.apache.org/proper/commons-io/javadocs/api-2.4/index.html
dpa.connection.timeout = 60000
dpa.read.timeout = 60000


## -----------------------------------------------------------------------------
## Cloud Connection Status settings
## -----------------------------------------------------------------------------

#1. Cloud Connection Status on system log
#The Cloud Connection Status will be indicated in the log files, and nowere else
ccs.status.notification.url=ccs:log

#2. Cloud Connection Status on LED
#The Cloud Connection Status will be indicated by a blinking LED connected to the system GPIOs
#The URL should indicate the GPIO logic index of the GPIO Pin used for the LED
#ccs.status.notification.url=ccs:led:16

#3. Cloud Connection Status disabled
#Disables the Cloud Connection Status service
#ccs.status.notification.url=ccs:none