@@ -119,20 +119,20 @@ confluence:
119119 # For Cloud: https://your-company.atlassian.net/wiki
120120 # For Server/DC: https://confluence.your-company.com
121121 url : " "
122-
122+
123123 # Cloud authentication (when authMode: api-token)
124124 username : " "
125125 apiToken : " "
126-
126+
127127 # Server/DC authentication (when authMode: personal-token)
128128 personalToken : " "
129-
129+
130130 # SSL verification for Server/DC (set to false for self-signed certs)
131131 sslVerify : " true"
132-
132+
133133 # Space filter (comma-separated space keys)
134134 spacesFilter : " "
135-
135+
136136 # Custom headers (comma-separated key=value pairs)
137137 customHeaders : " "
138138
@@ -142,20 +142,20 @@ jira:
142142 # For Cloud: https://your-company.atlassian.net
143143 # For Server/DC: https://jira.your-company.com
144144 url : " "
145-
145+
146146 # Cloud authentication (when authMode: api-token)
147147 username : " "
148148 apiToken : " "
149-
149+
150150 # Server/DC authentication (when authMode: personal-token)
151151 personalToken : " "
152-
152+
153153 # SSL verification for Server/DC
154154 sslVerify : " true"
155-
155+
156156 # Project filter (comma-separated project keys)
157157 projectsFilter : " "
158-
158+
159159 # Custom headers (comma-separated key=value pairs)
160160 customHeaders : " "
161161
@@ -164,13 +164,13 @@ jira:
164164oauth :
165165 # Cloud ID (from --oauth-setup wizard or known for your instance)
166166 cloudId : " "
167-
167+
168168 # For standard OAuth flow (authMode: oauth)
169169 clientId : " "
170170 clientSecret : " "
171171 redirectUri : " http://localhost:8080/callback"
172172 scope : " read:jira-work write:jira-work read:confluence-content.all write:confluence-content offline_access"
173-
173+
174174 # For BYOT mode (authMode: byot)
175175 # Provide pre-existing access token
176176 accessToken : " "
@@ -182,7 +182,7 @@ proxy:
182182 https : " "
183183 noProxy : " localhost,127.0.0.1"
184184 socks : " "
185-
185+
186186 # Service-specific proxy overrides
187187 confluence :
188188 http : " "
@@ -197,16 +197,16 @@ proxy:
197197config :
198198 # Read-only mode (disables all write operations)
199199 readOnlyMode : false
200-
200+
201201 # Enable verbose logging
202202 verbose : false
203-
203+
204204 # Very verbose logging (includes debug info)
205205 veryVerbose : false
206-
206+
207207 # Log to stdout instead of stderr
208208 loggingStdout : true
209-
209+
210210 # Comma-separated list of enabled tools
211211 # Leave empty to enable all tools
212212 # Example: "confluence_search,jira_get_issue,jira_search"
0 commit comments