Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Latest commit

 

History

History
42 lines (31 loc) · 707 Bytes

configuration_properties.adoc

File metadata and controls

42 lines (31 loc) · 707 Bytes

Configuration Properties

Name Description Default

swarm.bind.address

Interface to bind servers

0.0.0.0

swarm.http.port

Sets the port for the HTTP server

8080

swarm.https.port

Sets the port for the HTTPS server

8443

swarm.port.offset

Sets a global port adjustment

0

swarm.context.path

Sets the context path for the deployed application

/

swarm.deployment.timeout

Timeout, in seconds, to wait for a deployment to occur

30

swarm.export.deployment

Causes a deployed artifact to be dumped to disk when swarm starts, for debugging

false

swarm.debug.port

If provided, the swarm process will pause for debugging on the given port

none