代码拉取完成,页面将自动刷新
同步操作将从 ShopTnt开源电商/ShopTNT-Config 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
spring:
profiles:
active: dev #指定为开发环境
#数据库配置
datasource:
url: jdbc:mysql://localhost:3306/demo?useUnicode=true&characterEncoding=utf8&autoReconnect=true
username: root
password: root
driver-class-name: com.mysql.jdbc.Driver
druid:
web-stat-filter:
enabled: false
goods:
url: jdbc:mysql://localhost:3306/goods?useUnicode=true&characterEncoding=utf8&autoReconnect=true
member:
url: jdbc:mysql://localhost:3306/member?useUnicode=true&characterEncoding=utf8&autoReconnect=true
sss:
url: jdbc:mysql://localhost:3306/statistics?useUnicode=true&characterEncoding=utf8&autoReconnect=true
system:
url: jdbc:mysql://localhost:3306/system?useUnicode=true&characterEncoding=utf8&autoReconnect=true
trade:
url: jdbc:mysql://localhost:3306/trade?useUnicode=true&characterEncoding=utf8&autoReconnect=true
distribution:
url: jdbc:mysql://localhost:3306/distribution?useUnicode=true&characterEncoding=utf8&autoReconnect=true
#rabbitmq
rabbitmq:
host: 127.0.0.1
port: 5672
username: user_admin
password: passwd_admin
virtual-host: /
#elasticsearch配置
data:
elasticsearch:
cluster-name: docker-cluster
cluster-nodes: 192.168.2.12:9300
index-name: shoptnt
#redis 配置
redis:
type: standalone
config :
type: manual
host: localhost
port: 6379
password:
maxIdle: 500
maxTotal: 500
maxWaitMillis: -1
# 开发环境日志为debug
logging:
level:
org.springframework: ERROR
com.enation.app : DEBUG
#java 系统配置
shoptnt:
product: stand #定义系统标准产品,微服务指定为: microservice
#token加密秘钥,请务必更换此词串,且注意保密
token-secret: 85d6ce9da4e943ff4dcd367ab3d94164
timeout:
accessTokenTimeout: 1200 #访问token失效时间 单位秒
refreshTokenTimeout: 1800 #刷新token失效时间 单位秒
captchaTimout: 120 #验证码失效时间 单位秒
smscodeTimout: 120 #短信验证码失效时间 单位秒
isDemoSite: no
ssl: off #是否开启ssl
domain:
buyer: buyer.shoptnt.cn #配置为您买家端PC的域名
mobileBuyer: m.buyer.shoptnt.cn #配置为您买家端WAP的域名
callback: api.shoptnt.cn #请配置为您站点的买家端的api域名,如果不配置此项默认读取站点买家端api的域名,用来做支付信任登录回调
xxl:
job:
admin:
addresses: http://192.168.2.5:8080/xxl-job-admin
executor:
appname: job-executer
ip:
port: 6999
logpath: /opt/xxl-serverlogs
logretentiondays: -1
accessToken:
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。