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.
19 lines
431 B
19 lines
431 B
7 months ago
|
server:
|
||
|
port: 8001
|
||
|
|
||
|
spring:
|
||
|
application:
|
||
|
name: compose-analysis-service
|
||
|
cloud:
|
||
|
nacos:
|
||
|
discovery:
|
||
|
server-addr: 172.16.36.100:8848
|
||
|
namespace: 7f9bb282-8ee3-4948-8182-24b7dcadcd5a
|
||
|
config:
|
||
|
server-addr: 172.16.36.100:8848
|
||
|
namespace: 7f9bb282-8ee3-4948-8182-24b7dcadcd5a
|
||
|
group: dev_group
|
||
|
file-extension: yaml
|
||
|
config:
|
||
|
import: nacos:compose-analysis-dev.yaml
|