OAuth connection refused for 0.0.0.0. How to change OAuth callback URL?

Hi I am using self-hosted retool to connect to OAuth 2.0 to retrieve the access token. But the default OAuth callback URL is 0.0.0.0:3000. How can I update the URL here to change it to urls like localhost:3000 as Google OAuth throws an error Error 400: invalid_request for url 0.0.0.0. Thanks!