Skip to content

Commit 11458c7

Browse files
d3rnnGitHub Enterprise
authored andcommitted
Update README.rst
1 parent b8c548b commit 11458c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ The config file is located at `~/.softlayer` or `~/AppData/Roaming/softlayer` fo
3232
Your config file should look something like this for using the islcli. Beware the `islcli` and `slcli` use the same config for the moment. You need to set `verify = False` in the config because the internal endpoint uses a self-signed SSL certificate.
3333

3434
.. code-block:: bash
35-
3635
[softlayer]
37-
username = imsUsername
36+
timeout = 600
3837
verify = False
39-
endpoint_url = https://internal.app0lb.dal10.softlayer.local/v3/internal/xmlrpc/
40-
38+
username = imsUsername
39+
endpoint_url = http://internal.applb.dal10.softlayer.local/v3.1/internal/xmlrpc/
40+
userid = imsUserId
4141
4242
4343
Basic Usage

0 commit comments

Comments
 (0)