代码拉取完成,页面将自动刷新
###############################################################################
# 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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。