This commit is contained in:
itheinjury@163.com 2022-02-15 15:29:09 +08:00
parent 65bd2ff35f
commit b5e709f5e5

View File

@ -24,11 +24,11 @@ spring:
boot: boot:
admin: admin:
client: client:
url: http://192.168.2.126:8000 url: http://192.168.2.122:8000
# mongodb # mongodb
data: data:
mongodb: mongodb:
host: 192.168.2.126 host: 192.168.2.122
port: 27017 port: 27017
database: rx-shop database: rx-shop
username: goboo username: goboo
@ -39,7 +39,7 @@ spring:
type: redis type: redis
# Redis # Redis
redis: redis:
host: 192.168.2.126 host: 192.168.2.122
port: 6379 port: 6379
password: Gb84505016 password: Gb84505016
lettuce: lettuce:
@ -73,8 +73,8 @@ spring:
url: jdbc:mysql://192.168.2.126:3306/rx-shop?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC&allowPublicKeyRetrieval=true&verifyServerCertificate=false&useSSL=false url: jdbc:mysql://192.168.2.126:3306/rx-shop?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC&allowPublicKeyRetrieval=true&verifyServerCertificate=false&useSSL=false
username: rx-shop username: rx-shop
password: J2xEZ42HwPXrDXt3 password: J2xEZ42HwPXrDXt3
maxActive: 20 maxActive: 50
initialSize: 5 initialSize: 20
maxWait: 60000 maxWait: 60000
minIdle: 5 minIdle: 5
timeBetweenEvictionRunsMillis: 60000 timeBetweenEvictionRunsMillis: 60000
@ -125,33 +125,36 @@ ignored:
- /MP_verify_qSyvBPhDsPdxvOhC.txt - /MP_verify_qSyvBPhDsPdxvOhC.txt
- /weixin/** - /weixin/**
- /source/** - /source/**
- /buyer/mini-program/** - /store/passport/login/**
- /buyer/cashier/** - /common/common/slider/**
- /buyer/pageData/** - /common/common/sms/**
- /buyer/article/** - /buyer/payment/cashier/**
- /buyer/other/pageData/**
- /buyer/other/article/**
- /buyer/goods/** - /buyer/goods/**
- /buyer/category/**
- /buyer/store/** - /buyer/store/**
- /buyer/connect/** - /buyer/passport/connect/**
- /buyer/members/** - /buyer/members/**
- /buyer/passport/member/**
- /buyer/promotion/pintuan/** - /buyer/promotion/pintuan/**
- /buyer/promotion/seckill/** - /buyer/promotion/seckill/**
- /buyer/promotion/pointsGoods/** - /buyer/promotion/pointsGoods/**
- /buyer/promotion/coupon - /buyer/promotion/coupon
- /buyer/memberEvaluation/**/goodsEvaluation - /buyer/member/evaluation/**/goodsEvaluation
- /buyer/memberEvaluation/**/evaluationNumber - /buyer/member/evaluation/**/evaluationNumber
- /buyer/appVersion/** - /buyer/other/appVersion/**
- /buyer/broadcast/studio/** - /buyer/broadcast/studio/**
- /store/login/** - /manager/passport/user/login
- /manager/user/login - /manager/passport/user/refresh/**
- /manager/user/refresh/** - /manager/other/elasticsearch
- /manager/other/customWords
- /druid/** - /druid/**
- /swagger-ui.html - /swagger-ui.html
- /doc.html - /doc.html
- /swagger-resources/** - /swagger-resources/**
- /swagger/** - /swagger/**
- /webjars/** - /webjars/**
- /v2/api-docs - /v2/api-docs**
- /configuration/ui - /configuration/ui
- /boot-admin - /boot-admin
- /manager/promotion/seckill/init - /manager/promotion/seckill/init
@ -190,11 +193,13 @@ logging:
# org.springframework.data.mongodb.core: debug # org.springframework.data.mongodb.core: debug
file: file:
# 指定路径 # 指定路径
path: lili-logs path: logs
logback:
rollingpolicy:
# 最大保存天数 # 最大保存天数
max-history: 7 max-history: 7
# 每个文件最大大小 # 每个文件最大大小
max-size: 5MB max-file-size: 5MB
#加密参数 #加密参数
jasypt: jasypt:
encryptor: encryptor:
@ -227,11 +232,11 @@ lili:
system: system:
isDemoSite: false isDemoSite: false
isTestModel: true isTestModel: true
# 脱敏级别: # 脱敏级别:
# 0不做脱敏处理 # 0不做脱敏处理
# 1管理端用户手机号等信息脱敏 # 1管理端用户手机号等信息脱敏
# 2商家端信息脱敏为2时表示管理端商家端同时脱敏 # 2商家端信息脱敏为2时表示管理端商家端同时脱敏
# sensitiveLevel: 2 sensitiveLevel: 1
statistics: statistics:
# 在线人数统计 X 小时。这里设置48即统计过去48小时每小时在线人数 # 在线人数统计 X 小时。这里设置48即统计过去48小时每小时在线人数
@ -244,16 +249,16 @@ lili:
sk: zhNKVrJK6UPOhqIjn8AQvG37b9sz6 sk: zhNKVrJK6UPOhqIjn8AQvG37b9sz6
#域名 #域名
domain: domain:
pc: http://192.168.2.126:8885 pc: http://192.168.2.122:8885
wap: http://192.168.2.126:8885 wap: http://192.168.2.122:8885
seller: http://192.168.2.126:8885 seller: http://192.168.2.122:8885
admin: http://192.168.2.126:8885 admin: http://192.168.2.122:8885
#api地址 #api地址
api: api:
buyer: https://z171l91606.51mypc.cn buyer: https://z171l91606.51mypc.cn
base: http://192.168.2.126:8885 base: http://192.168.2.122:8885
manager: http://192.168.2.126:8885 manager: http://192.168.2.122:8885
seller: http://192.168.2.126:8885 seller: http://192.168.2.122:8885
# jwt 细节设定 # jwt 细节设定
jwt-setting: jwt-setting:
@ -272,7 +277,7 @@ lili:
data: data:
elasticsearch: elasticsearch:
cluster-name: elasticsearch cluster-name: elasticsearch
cluster-nodes: 192.168.2.126:9200 cluster-nodes: 192.168.2.122:9200
index: index:
number-of-replicas: 0 number-of-replicas: 0
number-of-shards: 3 number-of-shards: 3
@ -283,7 +288,7 @@ lili:
# password: LiLiShopES # password: LiLiShopES
logstash: logstash:
server: 192.168.2.126:4560 server: 192.168.2.122:4560
rocketmq: rocketmq:
promotion-topic: lili_promotion_topic promotion-topic: lili_promotion_topic
promotion-group: lili_promotion_group promotion-group: lili_promotion_group
@ -302,8 +307,7 @@ lili:
notice-send-topic: lili_send_notice_topic notice-send-topic: lili_send_notice_topic
notice-send-group: lili_send_notice_group notice-send-group: lili_send_notice_group
rocketmq: rocketmq:
name-server: 192.168.2.126:9876 name-server: 192.168.2.122:9876
namesrvAddr: 192.168.2.126:9876
isVIPChannel: false isVIPChannel: false
producer: producer:
group: lili_group group: lili_group
@ -312,7 +316,7 @@ rocketmq:
xxl: xxl:
job: job:
admin: admin:
addresses: http://192.168.2.126:9001/xxl-job-admin addresses: http://192.168.2.122:9001/xxl-job-admin
executor: executor:
appname: xxl-job-executor-lilishop appname: xxl-job-executor-lilishop
address: address: