Hi guys, I am working on api login and we need to use it with docker, so the url is
http://docker:8081/api/authentication/token, but when I start to debug tests on my machine, I need to use /api/authentication/token, how to avoid changing the url everytime? Thanks