Skip to content

Commit

Permalink
Issue #88. Clarify using proxy properties
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray authored and gunnarmorling committed Feb 8, 2021
1 parent a6ac571 commit 74410ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ layrry-launcher-{layrry-version}-all.jar \
=== Proxy Configuration

You may need to configure a proxy when using the remote configuration feature. The following properties may be used to
configure a proxy
configure a proxy:

[options="header"]
|===
Expand All @@ -420,6 +420,9 @@ configure a proxy
| socks.proxyPassword | Defaults to empty String.
|===

These properties may be set as `System` properties by passing `-Dkey=value` as part of command line arguments when using
the launcher, or as part of the additional properties file if `--properties` is given as an argument to the launcher.

== Using the Layrry API

In addition to the YAML-based/TOML-based launcher, Layrry provides also a Java API for assembling and running layered applications.
Expand Down

0 comments on commit 74410ed

Please sign in to comment.