From d02d2db3ea01440479a1a2bd502168e3bc7805f7 Mon Sep 17 00:00:00 2001
From: "limin.zhang" <limin.zhang@eveus.com>
Date: Wed, 4 Jan 2023 14:24:45 +0800
Subject: [PATCH] =?UTF-8?q?2023.01.04=20=E5=A2=9E=E5=8A=A0fms-notification?=
 =?UTF-8?q?=E7=9A=84=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E3=80=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 fms-notification/config.yaml | 64 ++++++++++++++++++++++++++++++++++++
 1 file changed, 64 insertions(+)
 create mode 100644 fms-notification/config.yaml

diff --git a/fms-notification/config.yaml b/fms-notification/config.yaml
new file mode 100644
index 0000000..c6ea6da
--- /dev/null
+++ b/fms-notification/config.yaml
@@ -0,0 +1,64 @@
+kafka:
+  consumerID: fms-pusher-prod
+  topic: 
+    gps: fleet-api-gps
+    general: fleet-api-notification
+  group:
+    gps: fms-pusher-prod-group
+    general: fms-pusher-prod-group
+  brokers:
+    - 172.20.24.171:9092
+  minBytes: 1e3
+  maxBytes: 2e6
+  maxWait: 5000
+  maxDealRoutineNum: 10
+  setOffset:
+    generalType: false
+    generalValue:
+    gpsType: false
+    gpsValue:
+  commitInterval:
+    gps: 1000
+    general: 0
+  version: 2.6.3    
+
+aws:
+  config:
+    region: ap-southeast-1
+    credentialsID: AKIAVZFGACWSM44VD4G6
+    credentialsSecret: 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
+  topicArn: arn:aws:sns:ap-southeast-1:397632607652:wtest-sns-forward
+
+gin:
+  maxTime: 12
+  port: :8060
+
+postGre:
+  maxIdleConns: 5
+  maxOpenConns: 15
+  host: wtest-notification.crwogqkovwba.ap-southeast-1.rds.amazonaws.com
+  port: 5432
+  user: postgres
+  dbname: fms_notification
+  password: tKY6H9iLnHL4D08O
+
+
+redis:
+  index: 9
+  network: tcp
+#  address: fleet-dev.hreonp.ng.0001.use1.cache.amazonaws.com:6379
+  address: 172.20.24.171:6379
+
+
+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
+
+gps:
+  biasTime: 5
+
+fmsGpsServerAddress: http://172.20.24.171:9004