From a9bcbe65ec452b42e730b2e4e23bc54473f8039d Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Tue, 13 Oct 2020 20:26:00 +0800
Subject: [PATCH] modify
---
src/main/.DS_Store | 0
src/main/java/.DS_Store | 0
src/main/java/com/xcong/.DS_Store | 0
src/main/resources/application-prod.yml | 18 +++++++++---------
src/main/java/com/xcong/excoin/common/.DS_Store | 0
src/main/java/com/.DS_Store | 0
src/main/java/com/xcong/excoin/.DS_Store | 0
7 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/src/main/.DS_Store b/src/main/.DS_Store
new file mode 100644
index 0000000..a7cddbd
--- /dev/null
+++ b/src/main/.DS_Store
Binary files differ
diff --git a/src/main/java/.DS_Store b/src/main/java/.DS_Store
new file mode 100644
index 0000000..eb1bb11
--- /dev/null
+++ b/src/main/java/.DS_Store
Binary files differ
diff --git a/src/main/java/com/.DS_Store b/src/main/java/com/.DS_Store
new file mode 100644
index 0000000..2ade23c
--- /dev/null
+++ b/src/main/java/com/.DS_Store
Binary files differ
diff --git a/src/main/java/com/xcong/.DS_Store b/src/main/java/com/xcong/.DS_Store
new file mode 100644
index 0000000..3e5b28c
--- /dev/null
+++ b/src/main/java/com/xcong/.DS_Store
Binary files differ
diff --git a/src/main/java/com/xcong/excoin/.DS_Store b/src/main/java/com/xcong/excoin/.DS_Store
new file mode 100644
index 0000000..cc0717a
--- /dev/null
+++ b/src/main/java/com/xcong/excoin/.DS_Store
Binary files differ
diff --git a/src/main/java/com/xcong/excoin/common/.DS_Store b/src/main/java/com/xcong/excoin/common/.DS_Store
new file mode 100644
index 0000000..e9070b0
--- /dev/null
+++ b/src/main/java/com/xcong/excoin/common/.DS_Store
Binary files differ
diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml
index fe40fb5..145ecb3 100644
--- a/src/main/resources/application-prod.yml
+++ b/src/main/resources/application-prod.yml
@@ -15,20 +15,20 @@
datasource:
# 数据源-1,名称为 base
base:
- username: roc_user
- password: roc123pasd!@
+ username: pilot
+ password: pilot123!@#
driver-class-name: com.mysql.cj.jdbc.Driver
- url: jdbc:mysql://rm-bp1i2g5rg5dubo9s40o.mysql.rds.aliyuncs.com:3306/db_roc?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8
+ url: jdbc:mysql://180.215.221.145:3306/db_pilot?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2b8
redis:
# Redis数据库索引(默认为 0)
- database: 1
- # Redis服务器地址
- host: 47.114.114.219
- # Redis服务器连接端口
+ database: 0
+ ## Redis服务器地址
+ host: 180.215.221.145
+ ## Redis服务器连接端口
port: 6379
- # Redis 密码
- password: biyi123
+ ## Redis服务器连接密码(默认为空)
+ password: pilot123!@#
lettuce:
pool:
# 连接池中的最小空闲连接
--
Gitblit v1.9.1