mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 07:56:48 +00:00
docfix/tweaked the default port for http4s
This commit is contained in:
parent
bb8af5059d
commit
9e6cc0fb87
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
Loading…
Reference in New Issue
Block a user