server: port: ${SERVER_PORT:0} spring: profiles: include: core,dev application: name: crm cloud: nacos: config: enabled: true server-addr: 192.168.100.136:8848 file-extension: yaml prefix: crm discovery: enabled: true server-addr: 192.168.100.136:8848 sentinel: filter: enabled: false transport: dashboard: ${SENTINEL_DASHBOARD_HOST:127.0.0.1}:${SENTINEL_DASHBOARD_PORT:8080} datasource: flow: server-addr: 192.168.100.136:8848 dataId: ${spring.application.name}-flow-rules groupId: SENTINEL_GROUP rule-type: flow seata: enabled: true application-id: ${spring.application.name} tx-service-group: ${spring.application.name}_tx_group config: type: nacos nacos: namespace: serverAddr: 192.168.100.136:8848 group: SEATA_GROUP registry: type: nacos nacos: application: seata-server server-addr: 192.168.100.136:8848