I had been using GO CD server installed on Windows server platform and running on default port 8153 and now i want to change the port.So is there any config where i can change the port number directly and restart the GO server. Of course i would have update all the running AGENTS also with the latest configuration.
--
You received this message because you are subscribed to the Google Groups "go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email to go-cd+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You can change the ports by reconfiguring them on the server and the agents. As long as they match it will work.
On Linux this is done by editing /etc/defaults/go-[server|agent]. I don't know how it's done on windows, I'm sure a bit of poking around in the docs should find the answer.
Just one suggestion:
@Ali: Why such things(changing port) are not documented somewhere.
--