You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
125 lines
2.6 KiB
YAML
125 lines
2.6 KiB
YAML
# 测试92服务器
|
|
server:
|
|
port: 7304
|
|
|
|
# Spring
|
|
spring:
|
|
application:
|
|
# 应用名称
|
|
name: hw-wms
|
|
profiles:
|
|
# 环境配置
|
|
active: dev
|
|
cloud:
|
|
nacos:
|
|
discovery:
|
|
# 服务注册地址
|
|
server-addr: 175.27.215.92:8848
|
|
namespace: jyhb100
|
|
group: jyhb
|
|
config:
|
|
# 配置中心地址
|
|
server-addr: 175.27.215.92:8848
|
|
namespace: jyhb100
|
|
group: jyhb
|
|
# 配置文件格式
|
|
file-extension: yml
|
|
# 共享配置
|
|
shared-configs:
|
|
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
|
|
|
|
|
## 92服务器
|
|
#server:
|
|
# port: 7304
|
|
#
|
|
## Spring
|
|
#spring:
|
|
# application:
|
|
# # 应用名称
|
|
# name: hw-wms
|
|
# profiles:
|
|
# # 环境配置
|
|
# active: prod
|
|
# cloud:
|
|
# nacos:
|
|
# discovery:
|
|
# # 服务注册地址
|
|
# server-addr: 127.0.0.1:8848
|
|
# namespace: jyhb
|
|
# group: DEFAULT_GROUP
|
|
# config:
|
|
# # 配置中心地址
|
|
# server-addr: 127.0.0.1:8848
|
|
# namespace: jyhb
|
|
# group: DEFAULT_GROUP
|
|
# # 配置文件格式
|
|
# file-extension: yml
|
|
# # 共享配置
|
|
# shared-configs:
|
|
# - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
|
|
|
|
|
## 测试100正式服务器
|
|
#server:
|
|
# port: 7304
|
|
#
|
|
## Spring
|
|
#spring:
|
|
# application:
|
|
# # 应用名称
|
|
# name: hw-wms
|
|
# profiles:
|
|
# # 环境配置
|
|
# active: dev
|
|
# cloud:
|
|
# nacos:
|
|
# discovery:
|
|
# # 服务注册地址
|
|
# server-addr: 127.0.0.1:8848
|
|
# namespace: jyhb100
|
|
# group: xins
|
|
# config:
|
|
# # 配置中心地址
|
|
# server-addr: 127.0.0.1:8848
|
|
# namespace: jyhb100
|
|
# group: xins
|
|
# # 配置文件格式
|
|
# file-extension: yml
|
|
# # 共享配置
|
|
# shared-configs:
|
|
# - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
|
|
|
|
|
|
|
|
|
## 正式服务器
|
|
#server:
|
|
# port: 7304
|
|
#
|
|
## Spring
|
|
#spring:
|
|
# application:
|
|
# # 应用名称
|
|
# name: hw-wms
|
|
# profiles:
|
|
# # 环境配置
|
|
# active: dev
|
|
# cloud:
|
|
# nacos:
|
|
# discovery:
|
|
# # 服务注册地址
|
|
# server-addr: 172.16.12.100:8848
|
|
# namespace: jyhb
|
|
# group: jyhb
|
|
# config:
|
|
# # 配置中心地址
|
|
# server-addr: 172.16.12.100:8848
|
|
# namespace: jyhb
|
|
# group: jyhb
|
|
# # 配置文件格式
|
|
# file-extension: yml
|
|
# # 共享配置
|
|
# shared-configs:
|
|
# - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|