How do i change the base uri of my openapi during generation with the quarkiverse openapi generator
When i generate my API Clients with the io.quarkiverse.openapi.generator in Quarkus he automaticly puts in http://localhost/myapi/rest/v1 into the baseuri . Can I somehow make this configurable during generation since the api doesn’t know its servers?