diff --git a/src/AppComponent.hpp b/src/AppComponent.hpp index 39ce77f..8ce91b1 100644 --- a/src/AppComponent.hpp +++ b/src/AppComponent.hpp @@ -43,7 +43,7 @@ class AppComponent { * Try to make sure you are using libtls, libssl, and libcrypto from the same package */ - 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}); }()); /**