{ "nacos": { "ServerAddresses": [ "http://localhost:8848" ], // nacos 连接地址 "DefaultTimeOut": 15000, // 默认超时时间 "Namespace": "public", // 命名空间 "ListenInterval": 10000, // 监听的频率 "ServiceName": "Tiobon.Core.Api", // 服务名 "Port": "9291", // 服务端口号 "RegisterEnabled": true // 是否直接注册nacos } }