AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
```` 从官方下载consul 程序文件 nssm consul ```` 批处理创建:保持consul.bat ```` @echo off C:\app\nssm\win64\nssm.exe install consul C:\app\consul\consul.exe agent -config-file C:\app\consul\consul_fd.json Net Start consul pause ```` 配置客户端文件: ```` { "datacenter": "fd", "data_dir": "C:\\app\\consul\\data\\", "log_level": "INFO", "node_name": "", "server": false, "ui": true, "bootstrap_expect": 0, "bind_addr": "172.16.xxx.xxx", "client_addr": "0.0.0.0", "retry_join": ["172.16.16.xxx","172.16.16.xxx","172.16.16.xxx"], "retry_interval": "3s", "raft_protocol": 3, "enable_debug": false, "rejoin_after_leave": true, "enable_syslog": false } ````