You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
518 B
22 lines
518 B
server:
|
|
port: 8001
|
|
|
|
spring:
|
|
application:
|
|
name: compose-analysis-service
|
|
cloud:
|
|
inetutils:
|
|
preferred-networks:
|
|
#优先使用下列网段的IP进行网络通信
|
|
- 172.16
|
|
nacos:
|
|
discovery:
|
|
server-addr: 172.16.36.7:8848
|
|
namespace: 2fad0ca9-bc32-4afd-9f2e-ebc133d5e781
|
|
config:
|
|
server-addr: 172.16.36.7:8848
|
|
namespace: 2fad0ca9-bc32-4afd-9f2e-ebc133d5e781
|
|
file-extension: yaml
|
|
config:
|
|
import: nacos:compose-analysis-dev.yaml
|
|
|
|
|