测试环境变量

This commit is contained in:
ztzh_xieyun 2024-06-03 17:16:10 +08:00
parent 0048dc81e3
commit 08d0713d5d
2 changed files with 7 additions and 7 deletions

View File

@ -70,11 +70,11 @@ spring:
# redis 配置 # redis 配置
redis: redis:
# 地址 # 地址
host: 172.32.0.2 host: 192.168.1.23
# 端口默认为6379 # 端口默认为6379
port: 22002 port: 22002
# 数据库索引 # 数据库索引
database: 1 database: 0
# 密码 # 密码
password: password:
# 连接超时时间 # 连接超时时间
@ -149,6 +149,6 @@ sac:
gateway: gateway:
# host: 192.168.1.68 # host: 192.168.1.68
# port: 5566 # port: 5566
host: vertx-gateway host: 192.168.1.23
port: 22081 port: 1775

View File

@ -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.sac rpcUri: /rpc
sacResponseHeaderKey: sacErrorCode sacResponseHeaderKey: sacErrorCode
environment: dev environment: dev
server: server:
@ -15,7 +15,7 @@ server:
networkPort: 5701 networkPort: 5701
portAutoIncrement: false portAutoIncrement: false
# 服务器的HTTP端口默认为8080 # 服务器的HTTP端口默认为8080
port: 7781 port: 5566
servlet: servlet:
# 应用的访问路径 # 应用的访问路径
context-path: / context-path: /
@ -47,7 +47,7 @@ spring:
# redis 配置 # redis 配置
redis: redis:
# 地址 # 地址
host: 192.168.1.23 # host: 172.32.0.2 #
# 端口默认为6379 # 端口默认为6379
port: 22002 # port: 22002 #
# 数据库索引 # 数据库索引