Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Feb 17, 2022
1 parent 8eaa730 commit 4b17263
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ StargateConsulExampleTest >> testPrintHelpOn [
self assert: help equals: ( 'NAME
stargate-consul-example [<1s>] - I provide a RESTful API over HTTP
SYNOPSYS
stargate-consul-example --stargate.public-url=%<publicURL%> --stargate.port=%<port%> --stargate.operations-secret=%<operationsSecret%> --stargate.consul-agent-location=%<consulAgentLocation%>
stargate-consul-example --stargate.public-url=%<publicURL%> --stargate.port=%<port%> --stargate.operations-secret=%<operationsSecret%> --stargate.consul-agent-location=%<consulAgentLocation%> [--stargate.scheme=%<scheme%>]
PARAMETERS
--stargate.public-url=%<publicURL%>
Public URL where the API is deployed. Used to create hypermedia links.
Expand All @@ -89,6 +89,8 @@ PARAMETERS
Secret key for checking JWT signatures.
--stargate.consul-agent-location=%<consulAgentLocation%>
Location of the Consul Agent. Leave empty to disable the plugin.
--stargate.scheme=%<scheme%>
Transport scheme. It''s used to configure Consul HTTP checks. Defaults to http.
ENVIRONMENT
STARGATE__PUBLIC_URL
Public URL where the API is deployed. Used to create hypermedia links.
Expand All @@ -98,6 +100,8 @@ ENVIRONMENT
Secret key for checking JWT signatures.
STARGATE__CONSUL_AGENT_LOCATION
Location of the Consul Agent. Leave empty to disable the plugin.
STARGATE__SCHEME
Transport scheme. It''s used to configure Consul HTTP checks. Defaults to http.
' expandMacrosWith: StargateConsulExample version )
]

Expand Down

0 comments on commit 4b17263

Please sign in to comment.