1
0
voyager-api/VoyagerAgent/appsettings.json

14 lines
326 B
JSON

{
"Agent": {
"AgentId": "agent-01",
"DisplayName": "Edge Worker 01",
"CentralGrpcAddress": "http://localhost:5001",
"SessionIds": [1],
"Capacity": 25,
"ClientCertificatePath": "",
"ClientCertificatePassword": "",
"InsecureSkipServerCertificateValidation": true,
"PollDelayMs": 1500
}
}