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