Confluence init

This commit is contained in:
2026-04-13 13:40:32 +03:00
parent c8b7395ba8
commit 87fb9e8df8
13 changed files with 1092 additions and 34 deletions

View File

@@ -0,0 +1,13 @@
{
"Confluence": {
"BaseUrl": "https://your-confluence-instance.atlassian.net/",
"Token": "your-token-here",
"DefaultSpace": "DEFAULT",
"HttpClient": {
"MaximumReadRevisions": 20,
"RequestBatchSize": 100,
"PageSize": 25,
"RequestTimeoutInSeconds": 30
}
}
}