dashboardjavacloudcoapiotiot-analyticsiot-platformiot-solutionskafkalwm2mmicroservicesmiddlewaremqttnettyplatformsnmpthingsboardvisualizationwebsocketswidgets
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
669 B
19 lines
669 B
<!--
|
|
|
|
SPDX-FileCopyrightText: Copyright The Thingsboard Authors
|
|
SPDX-License-Identifier: Apache-2.0
|
|
|
|
-->
|
|
<service>
|
|
<id>${pkg.name}</id>
|
|
<name>${project.name}</name>
|
|
<description>${project.description}</description>
|
|
<workingdirectory>%BASE%\bin</workingdirectory>
|
|
<logpath>${pkg.winWrapperLogFolder}</logpath>
|
|
<logmode>rotate</logmode>
|
|
<env name="NODE_CONFIG_DIR" value="%BASE%\conf" />
|
|
<env name="LOG_FOLDER" value="${pkg.winWrapperLogFolder}" />
|
|
<env name="NODE_ENV" value="production" />
|
|
<env name="WEB_FOLDER" value="%BASE%\web" />
|
|
<executable>%BASE%\bin\${pkg.name}.exe</executable>
|
|
</service>
|
|
|