Skip to content

Commit

Permalink
Minor doc clarification (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
StrongestNumber9 authored Apr 11, 2024
1 parent 55a8731 commit b14d4ed
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@ Listens to HTTP requests and sends them forward using RELP

== Documentation

Example configuration can be found link:etc/config.properties[here]
Example configuration can be found link:etc/config.properties[here].

By default, the configuration file is expected to be in `etc/config.properties`. That path can be changed with `properties.file` system property.

Properties can be overwritten on demand by setting them with `property.name=value`.

Currently supported configurations:

[%header,format=csv]
|===
Key,Default Value,Notes
Property,Default Value,Notes
server.listenAddress,127.0.0.1,Address the server will listen to
server.listenPort,8080,Port the server will listen to
server.threads,1,How many threads the server will use
Expand Down

0 comments on commit b14d4ed

Please sign in to comment.