Files
Nexus/web/agent/config.example.json
T

16 lines
292 B
JSON
Raw Normal View History

{
"server_id": 0,
"central": {
2026-05-22 08:19:56 +08:00
"url": "https://YOUR_NEXUS_DOMAIN",
"api_key": "YOUR_API_KEY"
},
"api_key": "YOUR_API_KEY",
"heartbeat_interval": 60,
"log_file": "/var/log/nexus-agent.log",
"log_level": "INFO",
"server": {
"host": "0.0.0.0",
"port": 8601
}
}