Skip to content

Instantly share code, notes, and snippets.

@davenice
davenice / zowe.config.json
Last active October 30, 2025 22:59
Sample Zowe V3 config file that includes nested profiles for two separate hosts
{
"$schema": "./zowe.schema.json",
"profiles": {
// parent profile for host1.example.com
"host1": {
// common properties for host1
"properties": {
"host": "host1.example.com",
"rejectUnauthorized": false
},