We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b51f424 commit 59cff09Copy full SHA for 59cff09
src/AppComponent.hpp
@@ -43,7 +43,7 @@ class AppComponent {
43
* Try to make sure you are using libtls, libssl, and libcrypto from the same package
44
*/
45
46
- return oatpp::libressl::server::ConnectionProvider::createShared(config, {"localhost", 8443});
+ return oatpp::libressl::server::ConnectionProvider::createShared(config, {"0.0.0.0", 8443, oatpp::network::Address::IP_4});
47
}());
48
49
/**
0 commit comments