Commit 0b3bcb91 authored by 耿迪迪's avatar 耿迪迪

配置还原 gengdidi

parent e6054bd7
...@@ -73,13 +73,13 @@ spring: ...@@ -73,13 +73,13 @@ spring:
# redis 配置 # redis 配置
redis: redis:
# 地址 # 地址
host: 36.148.23.59 host: 127.0.0.1
# 端口,默认为6379 # 端口,默认为6379
port: 6379 port: 6378
# 数据库索引 # 数据库索引
database: 1 database: 1
# 密码 # 密码
password: 1qaz2wsx3edc password: Redis@2021
# 连接超时时间 # 连接超时时间
timeout: 10s timeout: 10s
lettuce: lettuce:
......
...@@ -8,5 +8,5 @@ VUE_APP_BASE_API = '/dev-api' ...@@ -8,5 +8,5 @@ VUE_APP_BASE_API = '/dev-api'
VUE_CLI_BABEL_TRANSPILE_MODULES = true VUE_CLI_BABEL_TRANSPILE_MODULES = true
#安全平台后台地址 #安全平台后台地址
VUE_APP_TARGET = 'http://localhost:8908/dangerManage' VUE_APP_TARGET = 'http://36.138.181.113:8091/dangerManage'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment