Skip to content

Creating a new profile #2224

Closed Answered by adam-wolfe
carolscliar asked this question in Q&A
Aug 8, 2024 · 4 comments · 4 replies
Discussion options

You must be logged in to vote

If you have something like this in ~/.zowe/zowe.config.json (sample from the OMP COBOL programming course):

{
    "$schema": "./zowe.schema.json",
    "profiles": {
        "LearnCOBOL": {
            "properties": {
                "host": "204.90.115.200"
            },
            "profiles": {
                "zosmf": {
                    "type": "zosmf",
                    "properties": {
                        "port": 10443
                    }
                }
            },
            "secure": [
                "user",
                "password"
            ]
        },
        "base": {
            "type": "base",
            "properties": {
                "rejectUnauthor…

Replies: 4 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by zFernand0
Comment options

You must be logged in to vote
1 reply
@adam-wolfe
Comment options

Comment options

You must be logged in to vote
3 replies
@carolscliar
Comment options

@adam-wolfe
Comment options

@carolscliar
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants