Skip to content

Commit

Permalink
Merge pull request #339 from zowe/update-profile-docs
Browse files Browse the repository at this point in the history
Update examples.rst to add more profile options
  • Loading branch information
t1m0thyj authored Oct 21, 2024
2 parents 0bc1668 + 1d3193b commit 385ee8c
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 385ee8c

Please sign in to comment.