diff --git a/README.md b/README.md index 6d92e9c2b..33e7df4c4 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ MAVEN_OPTS="-Xms3G -Xmx6G -XX:MaxMetaspaceSize=2G" mvn -pl obp-http4s-runner -am java -jar obp-http4s-runner/target/obp-http4s-runner.jar ``` -The http4s server binds to `http4s.host` / `http4s.port` as configured in your props file (defaults are `127.0.0.1` and `8181`). +The http4s server binds to `http4s.host` / `http4s.port` as configured in your props file (defaults are `127.0.0.1` and `8086`). ### ZED IDE Setup diff --git a/obp-api/src/main/resources/props/sample.props.template b/obp-api/src/main/resources/props/sample.props.template index 29e80e27b..d181a5a1f 100644 --- a/obp-api/src/main/resources/props/sample.props.template +++ b/obp-api/src/main/resources/props/sample.props.template @@ -1691,6 +1691,6 @@ securelogging_mask_email=true ############################################ # Host and port for http4s server (used by bootstrap.http4s.Http4sServer) -# Defaults (if not set) are 127.0.0.1 and 8181 +# Defaults (if not set) are 127.0.0.1 and 8086 http4s.host=127.0.0.1 http4s.port=8086 \ No newline at end of file