We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce9cd06 commit 2bc854dCopy full SHA for 2bc854d
README.md
@@ -40,7 +40,7 @@ require 'orchestrator_client'
40
# Requires at least a server name and path to the CA certificate
41
42
client = OrchestratorClient.new({
43
- 'service-url' => 'https://orchestrator.example.lan:8143/orchestrator/v1',
+ 'service-url' => 'https://orchestrator.example.lan:8143',
44
'cacert' => '/path/to/cert'
45
})
46
0 commit comments