File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99cloud.url =${CLOUD_URL:https://local.testsigmaos.com}
1010local.server.url =${LOCAL_SERVER_URL:http://localhost:9090}
1111local.agent.register =${LOCAL_AGENT_REGISTER:true}
12- agent.version =2.5
12+ agent.version =2.6
Original file line number Diff line number Diff line change @@ -30,5 +30,5 @@ public class AgentDTO {
3030 private String hostName ;
3131 private AgentOs osType ;
3232 private String osVersion ;
33- private String currentAgentVersion = "2.5 " ;
33+ private String currentAgentVersion = "2.6 " ;
3434}
Original file line number Diff line number Diff line change 11server.port =${TESTSIGMA_SERVER_PORT:9090}
22server.url =${TESTSIGMA_SERVER_URL:https://local.testsigmaos.com}
3- server.version =v2.5
3+ server.version =v2.6
44server.local.url =${TESTSIGMA_SERVER_LOCAL_URL:http://localhost:${server.port}}
55local.agent.url =${LOCAL_AGENT_URL:http://localhost:9393/agent}
66local.agent.download.tag =latest
You can’t perform that action at this time.
0 commit comments