2023.03.14 调整目录结构。
This commit is contained in:
60
dev/config/fms-sns/config/config.yaml
Normal file
60
dev/config/fms-sns/config/config.yaml
Normal file
@ -0,0 +1,60 @@
|
||||
kafka:
|
||||
consumerID: fleet_notification
|
||||
topic:
|
||||
sns: fleet-api-sns
|
||||
mail: fleet-api-mail
|
||||
group:
|
||||
sns: fms-sns-group
|
||||
mail: fms-sns-group
|
||||
brokers:
|
||||
- 192.168.2.239:9092
|
||||
minBytes: 1e3
|
||||
maxBytes: 2e6
|
||||
maxWait: 5000
|
||||
maxDealRoutineNum: 10
|
||||
setOffset:
|
||||
snsType: false
|
||||
snsValue:
|
||||
mailType: false
|
||||
mailValue:
|
||||
commitInterval:
|
||||
sns: 1000
|
||||
mail: 0
|
||||
version: 2.6.3
|
||||
|
||||
gin:
|
||||
maxTime: 12
|
||||
port: :9006
|
||||
|
||||
redis:
|
||||
index: 9
|
||||
network: tcp
|
||||
address: 192.168.2.239:6379
|
||||
|
||||
gps:
|
||||
biasTime: 5
|
||||
|
||||
fmsGpsServerAddress: http://192.168.2.164:9004
|
||||
|
||||
mail:
|
||||
protocol: imap
|
||||
server:
|
||||
host: smtp.office365.com
|
||||
port: 587
|
||||
auth: true
|
||||
username: cap.cloud@eveus.com
|
||||
password: kMBeqHkxp3sxU3Rg
|
||||
skipCertCheck: true
|
||||
from: cap.cloud@eveus.com
|
||||
fromName: 好车主管理员
|
||||
cc: 23553219@qq.com
|
||||
to:
|
||||
Default: limin.zhang@eveus.com,orchidflower@qq.com
|
||||
CameraNotExist: limin.zhang@eveus.com,orchidflower@qq.com
|
||||
EnvChange:
|
||||
DifferentAttUsages:
|
||||
KafkaError:
|
||||
GetMileageError:
|
||||
GetGpsSeqError:
|
||||
|
||||
|
24
dev/config/fms-sns/configure/config.conf
Normal file
24
dev/config/fms-sns/configure/config.conf
Normal file
@ -0,0 +1,24 @@
|
||||
//ronglian
|
||||
RLbaseUrl=https://app.cloopen.com:8883
|
||||
RLaccountSid=8a48b5514fba2f87014fc228cc0f1312
|
||||
RLappId=8aaf070863399ed901634dceea3c0f94
|
||||
RLauthToken=85cd39af239441f89437583a2fbb6584
|
||||
|
||||
|
||||
//sendgrid Email
|
||||
senderName=no-reply
|
||||
senderAddress=no-reply@waylens.com
|
||||
SENDGRID_API_KEY=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
|
||||
|
||||
phoneList=+8613818522209,+8618821216962,+8618001708850
|
||||
emailList=midend@waylens.com,vincent.sun@waylens.com,Farshid@waylens.com,npodila@fleetup.com,baddison@insightmobiledata.com
|
||||
recoverEmailList=yu.shi@waylens.com
|
||||
|
||||
//ali
|
||||
aliAccessKeyId=LTAI4G39Lr3MdMWfji59HxzG
|
||||
aliAccessSecret=V2kL0kSSUjKnkNsY5tqseTC1ZCWSQy
|
||||
ttsCode=TTS_203197230
|
||||
aliPhoneList=+8613818522209
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user