Bug Report Checklist
Description
Output of the generator for oatcpp generates a server-api on localhost and this is not reachable on a normal network interface e.g. 192.168.1.100
I want the server to be available on 0.0.0.0
openapi-generator version
cli-7.17.0
OpenAPI declaration file content or url
https://github.com/iolinkcommunity/JSON_for_IO-Link
Generation Details
Steps to reproduce
java -jar openapi-generator-cli-7.17.0.jar generate -i JSON_for_IO-Link19.yaml -g cpp-oatpp-server -o buildcppv2
cd buildcppv2
cmake ..
make
Related issues/PRs
Suggest a fix
samples/server/petstore/cpp-oatpp/main-api-server.cpp
change the localhost parameter to 0.0.0.0
Bug Report Checklist
Description
Output of the generator for oatcpp generates a server-api on localhost and this is not reachable on a normal network interface e.g. 192.168.1.100
I want the server to be available on 0.0.0.0
openapi-generator version
cli-7.17.0
OpenAPI declaration file content or url
https://github.com/iolinkcommunity/JSON_for_IO-Link
Generation Details
Steps to reproduce
Related issues/PRs
Suggest a fix
samples/server/petstore/cpp-oatpp/main-api-server.cpp
change the localhost parameter to 0.0.0.0