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