Files
gcw_MV9p2JJN 308ca6df79 设备管理
2025-09-23 15:11:18 +08:00

15 lines
343 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
//ZRtech123
"NacosConfig": {
"Listeners": [
{
"Optional": false,
"DataId": "MesServerConfig",
"Group": "DEFAULT_GROUP"
}
],
// 服务注册必填参数
"ServerAddresses": [ "http://127.0.0.1:8848" ], // Nacos 服务器地址
"Namespace": "" // 命名空间(默认 public
}
}