feat:完善项目

This commit is contained in:
henry
2021-11-02 16:22:07 +08:00
parent 690cd96bed
commit 20d81825e1
81 changed files with 5394 additions and 3700 deletions

View File

@ -17,9 +17,9 @@ config:
vip_price: 99
wechat:
# appid: wxc8b039943eca7a27
# appid: wxc8b039943eca7a27
appid: wx880e43c02bf7bd55
# appsecret: a96335396caa2e91d9f93c8ba88f83ae
# appsecret: a96335396caa2e91d9f93c8ba88f83ae
appsecret: 10017dff4f55f86cb2074003f38b5a23
# RATE 限流器
@ -43,12 +43,12 @@ engine:
complex: false
# MYSQL 配置
mysql:
# host: 47.96.31.6
host: 127.0.0.1
# host: 47.96.31.6
host: 192.168.0.188
port: 3306
user: appuser
password: ABCabc01
db_name: edu
password: ABCabc01!
db_name: armed_police
parameters: charset=utf8mb4,utf8&parseTime=True&loc=Asia%2FShanghai
# SQLITE 配置
sqlite:
@ -59,9 +59,9 @@ cache:
# memory | redis
type: redis
redis:
addr: "127.0.0.1:6379"
password: ABCabc01
db: 4
addr: "192.168.0.188:6379"
password: ABCabc01!
db: 5
max_active: 0
max_idle: 1000
idle_timeout: 240