gocardless / cli-releases

Release repo for the gocardless cli
Apache License 2.0
4 stars 3 forks source link

Is the port changable? #11

Closed Stexxen closed 2 years ago

Stexxen commented 2 years ago

I have other services running on port 8080, so when I attempt to use gc I get the following

% gc login
2022/05/09 12:07:10 Error: could not create oauth redirect listener, check port is available: listen tcp :8080: bind: address already in use

The docs show no way to change this. Is is possible or hardcoded?

perfectmak commented 2 years ago

Hi @Stexxen, There is currently no way to change this port number since that port is setup on the CLI GC's App as it's callback url.

For now, you'll have to leave your port 8080 open.