From 0d80b4c564c858108059158c9d43cc419eacf1b7 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Tue, 29 Jun 2021 14:21:28 +0800
Subject: [PATCH] Merge branch 'score-shop' of http://120.27.238.55:7000/r/xzx into score-shop

---
 gc-shop/src/main/resources/application-xc.yml |   35 +++++++++++++++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/gc-shop/src/main/resources/application-xc.yml b/gc-shop/src/main/resources/application-xc.yml
new file mode 100644
index 0000000..f5befb2
--- /dev/null
+++ b/gc-shop/src/main/resources/application-xc.yml
@@ -0,0 +1,35 @@
+spring:
+  rabbitmq:
+    host: 120.27.238.55
+    port: 5672
+    username: ct_rabbit
+    password: 123456
+    virtual-host: /
+  datasource:
+    url: jdbc:mysql://120.27.238.55:3306/db_xzx?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useAffectedRows=true
+    username: ct_test
+    password: 123456
+  redis:
+    database: 5
+    host: 121.37.162.173
+    password: d32ncxe@i3#!dV
+    port: 6379
+#    cluster:
+#      nodes: 127.0.0.1:6379
+    lettuce:
+      pool:
+        max-active: 200
+        max-idle: 10
+        max-wait: -1ms
+        min-idle: 5
+    timeout: 5000ms
+
+#机器ID编号用于生成分布式ID
+workerId: 0
+
+#极光推送
+jg:
+  appkey: 2a733c0c2aad9be329d5be04
+  secret: ec70e5f8db9324b27cb8f0df
+
+

--
Gitblit v1.9.1