Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
 fixes #70
 - update how to run the jar file
  • Loading branch information
lincmba committed Jul 17, 2024
1 parent 81c2191 commit 7e3fda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ As documented on the Info Gateway modules
run is:

```console
$ java -jar exec/target/opensrp-gateway-plugin-exec.jar --server.port=8081
$ java -jar exec/target/opensrp-gateway-plugin-exec.jar --server.port=8081 --server.max-http-header-size=40KB
```

After a successful build, the built-in _Tomcat container_ will automatically
Expand Down

0 comments on commit 7e3fda0

Please sign in to comment.