2023.02.15 从waylens-deploy项目中同步notification项目配置,增加一些配置项。该配置适配old分支代码,可以正常工作。
This commit is contained in:
parent
6fba35f91a
commit
8d64369326
@ -20,22 +20,31 @@ kafka:
|
|||||||
commitInterval:
|
commitInterval:
|
||||||
gps: 1000
|
gps: 1000
|
||||||
general: 0
|
general: 0
|
||||||
version: 2.6.3
|
|
||||||
|
# Type: false/offset/timestamp
|
||||||
|
|
||||||
aws:
|
aws:
|
||||||
config:
|
config:
|
||||||
region: ap-southeast-1
|
region: ap-southeast-1
|
||||||
credentialsID: AKIAVZFGACWSM44VD4G6
|
credentialsID: AKIAVZFGACWSM44VD4G6
|
||||||
credentialsSecret: yzuJPMnsDxDkO6RJGaeFEDSzPbOefgGbZXMOxKwX
|
credentialsSecret: yzuJPMnsDxDkO6RJGaeFEDSzPbOefgGbZXMOxKwX
|
||||||
|
kafka:
|
||||||
topicArn: arn:aws:sns:ap-southeast-1:397632607652:wtest-sns-forward
|
topicArn: arn:aws:sns:ap-southeast-1:397632607652:wtest-sns-forward
|
||||||
|
cloudWatch:
|
||||||
|
namespace: FleetAPIWtest/ServiceMetrics
|
||||||
|
serviceStatus: DealNotificationPushStatusProd
|
||||||
|
timeDiff: fms_kafka_process_latency
|
||||||
|
sampleInterval:
|
||||||
|
gps: 10
|
||||||
|
general: 1
|
||||||
|
|
||||||
gin:
|
gin:
|
||||||
maxTime: 12
|
maxTime: 12
|
||||||
port: :8060
|
port: :8060
|
||||||
|
|
||||||
postGre:
|
postGre:
|
||||||
maxIdleConns: 5
|
maxIdleConns: 2
|
||||||
maxOpenConns: 15
|
maxOpenConns: 5
|
||||||
host: wtest-notification.crwogqkovwba.ap-southeast-1.rds.amazonaws.com
|
host: wtest-notification.crwogqkovwba.ap-southeast-1.rds.amazonaws.com
|
||||||
port: 5432
|
port: 5432
|
||||||
user: postgres
|
user: postgres
|
||||||
@ -52,11 +61,10 @@ redis:
|
|||||||
|
|
||||||
sendgrid:
|
sendgrid:
|
||||||
apiKey: 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
|
apiKey: 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
|
||||||
senderName: no-reply
|
senderName: fms-pusher-mk
|
||||||
senderAddress: no-reply@waylens.com
|
senderAddress: fms-pusher-mk@waylens.com
|
||||||
midEndName: dev
|
midEndName: mk-notification
|
||||||
midEndEmail: yu.shi@waylens.com
|
midEndEmail: limin.zhang@eveus.com
|
||||||
# midEndEmail: midend@waylens.com
|
|
||||||
|
|
||||||
gps:
|
gps:
|
||||||
biasTime: 5
|
biasTime: 5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user