智慧保安后台管理-外网
Administrator
2022-05-14 2308baf9fef8f77d2340a25036027ee0d5b2ad92
redis ip 修改
1 files modified
8 ■■■■ changed files
src/main/resources/application-dev.yml 8 ●●●● patch | view | raw | blame | history
src/main/resources/application-dev.yml
@@ -2,7 +2,7 @@
spring:
  redis:
    ##redis 单机环境配置
    host: 127.0.0.1
    host: 192.168.90.24
    port: 6379
    password:
    database: 0
@@ -37,7 +37,7 @@
#ftp 设置
ftp:
  sqlConnect: jdbc:mysql://localhost:3306/zhbaw?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
  sqlConnect: jdbc:mysql://192.168.90.24:3306/zhbaw?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
  ftpHost: 117.40.91.118
  ftpPort: 21
  ftpUserName: zhbain
@@ -51,7 +51,7 @@
  username: root
  password: ZHba@0112
#  qfqkBaseApiUrl: http://61.131.136.25:2082/api
  qfqkBaseApiUrl: http://localhost:83
  qfqkBaseApiUrl: http://192.168.90.24:83
#第三方登陆
social:
@@ -65,7 +65,7 @@
    ##是否启用分布式锁
    enabled: false
    ##redis服务地址
    address: redis://127.0.0.1:6379
    address: redis://192.168.90.24:6379
  #本地文件上传
  file:
    remote-mode: true