1 Star 0 Fork 0

EdgexFoundry/docker-support-rulesengine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
application.properties 4.60 KB
一键复制 编辑 原始数据 按行查看 历史
###############################################################################
# Copyright 2016-17 Dell Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# @microservice: support-rulesengine
# @author: Jim White, Dell
# @version: 1.0.0
###############################################################################
#--Docker container specific app properties -----
#-----------------General Config-----------------------------------------------
#every 5 minutes (in milliseconds)
heart.beat.time=300000
#messages
heart.beat.msg=Support Rules Engine data heart beat
app.open.msg=This is the Support Rules Engine Micro Service.
# set port (override Spring boot default port 8080 )
server.port=48075
#-----------------Export Service Config----------------------------------------
#Turn on/off registration of rules engine as export distro client.
#Set to false to receive messages directly from core data
export.client=true
#export.client.registration.url=http://localhost:48071/api/v1
export.client.registration.url=http://edgex-export-client:48071/api/v1
export.client.registration.name=EdgeXRulesEngine
#use port 5566 when connected to export distro
#use port 5563 when connected to core data directly
export.zeromq.port=5566
#export.zeromq.port=5563
#export.zeromq.host=tcp://localhost
export.zeromq.host=tcp://edgex-export-distro
#how long to wait to retry registration
export.client.registration.retry.time=10000
#how many times to try registration before exiting
export.client.registration.retry.attempts=100
#-----------------Logging Config-----------------------------------------------
#logging levels (used to control log4j entries)
logging.level.org.springframework=ERROR
logging.level.org.apache=ERROR
logging.level.org.edgexfoundry=INFO
#log files are rotated after 10MB by default in Spring boot
logging.file=/edgex/logs/edgex-support-rulesengine.log
#-----------------Drools Config-----------------------------------------------
#Drools drl resource path
#rules.default.path=/edgex/rules
rules.default.path=/edgex/edgex-support-rulesengine/rules
rules.packagename=org.edgexfoundry.rules
rules.fileextension=.drl
#rules.template.path=./src/main/resources
#rules.template.path=/edgex/templates
rules.template.path=/edgex/edgex-support-rulesengine/templates
rules.template.name=rule-template.drl
rules.template.encoding=UTF-8
#IOT core data database service connection information
#core.db.command.url=http://localhost:48082/api/v1/device
core.db.command.url=http://edgex-core-command:48082/api/v1/device
#IOT metadata database service connection information
#meta.db.addressable.url=http://localhost:48081/api/v1/addressable
#meta.db.deviceservice.url=http://localhost:48081/api/v1/deviceservice
#meta.db.deviceprofile.url=http://localhost:48081/api/v1/deviceprofile
#meta.db.device.url=http://localhost:48081/api/v1/device
#meta.db.devicemanager.url=http://localhost:48081/api/v1/devicemanager
#meta.db.devicereport.url=http://localhost:48081/api/v1/devicereport
#meta.db.command.url=http://localhost:48081/api/v1/command
#meta.db.event.url=http://localhost:48081/api/v1/event
#meta.db.schedule.url=http://localhost:48081/api/v1/schedule
#meta.db.provisionwatcher.url=http://localhost:48081/api/v1/provisionwatcher
meta.db.addressable.url=http://edgex-core-metadata:48081/api/v1/addressable
meta.db.deviceservice.url=http://edgex-core-metadata:48081/api/v1/deviceservice
meta.db.deviceprofile.url=http://edgex-core-metadata:48081/api/v1/deviceprofile
meta.db.device.url=http://edgex-core-metadata:48081/api/v1/device
meta.db.devicemanager.url=http://edgex-core-metadata:48081/api/v1/devicemanager
meta.db.devicereport.url=http://edgex-core-metadata:48081/api/v1/devicereport
meta.db.command.url=http://edgex-core-metadata:48081/api/v1/command
meta.db.event.url=http://edgex-core-metadata:48081/api/v1/event
meta.db.schedule.url=http://edgex-core-metadata:48081/api/v1/schedule
meta.db.provisionwatcher.url=http://edgex-core-metadata:48081/api/v1/provisionwatcher
#-----------------Remote Logging Config------------------------------------------
logging.remote.enable=true
#logging.remote.url=http://localhost:48061/api/v1/logs
logging.remote.url=http://edgex-support-logging:48061/api/v1/logs
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/EdgexFoundry/docker-support-rulesengine.git
git@gitee.com:EdgexFoundry/docker-support-rulesengine.git
EdgexFoundry
docker-support-rulesengine
docker-support-rulesengine
master

搜索帮助