Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into sample-scripts
  • Loading branch information
olamidepeterojo committed Oct 22, 2024
2 parents 6e2a179 + 385ee8c commit 03288f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dco.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
allowRemediationCommits:
individual: true
thirdParty: true
3 changes: 3 additions & 0 deletions docs/source/usage/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ Create a dictionary to handle communication with the plug-in:
"port": 443, # Include the port if different from the default (443)
"user": "<user>",
"password": "<password>",
# "rejectUnauthorized": True, # Set to False to disable SSL verification
# "basePath": "", # Define base path if using Zowe API ML (e.g. "/ibmzosmf/api/v1" for z/OSMF)
# "protocol": "https", # Include the protocol if different from the default (https)
}
my_console = Console(profile)
Expand Down

0 comments on commit 03288f0

Please sign in to comment.