修改配置
This commit is contained in:
parent
fff45e56eb
commit
3af6a24569
@ -3,7 +3,7 @@ server:
|
|||||||
vertx:
|
vertx:
|
||||||
deploymentMode: 1 # 1:单机 2:集群
|
deploymentMode: 1 # 1:单机 2:集群
|
||||||
isSSL: false # vertx https或者http启动, ssl 证书有过期时间
|
isSSL: false # vertx https或者http启动, ssl 证书有过期时间
|
||||||
rpcUri: /rpc
|
rpcUri: /rpc.sac
|
||||||
sacResponseHeaderKey: sacErrorCode
|
sacResponseHeaderKey: sacErrorCode
|
||||||
environment: dev
|
environment: dev
|
||||||
server:
|
server:
|
||||||
@ -47,7 +47,7 @@ spring:
|
|||||||
# redis 配置
|
# redis 配置
|
||||||
redis:
|
redis:
|
||||||
# 地址
|
# 地址
|
||||||
host: 172.32.0.2 #
|
host: 192.168.1.23 #
|
||||||
# 端口,默认为6379
|
# 端口,默认为6379
|
||||||
port: 22002 #
|
port: 22002 #
|
||||||
# 数据库索引
|
# 数据库索引
|
||||||
|
Loading…
x
Reference in New Issue
Block a user