Merge pull request #61 from ONLYOFFICE/feature/workspace-general-configuration

Remove WebhookService
This commit is contained in:
Svetlana Maleeva 2023-11-28 16:34:38 +03:00 committed by GitHub
commit 43d3be81c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,16 +113,6 @@
<td><div class="copy-link" id="WebHealthChecksUI">WebHealthChecksUI</div></td>
<td>Displays the list of launched services. The port number is 5027.</td>
</tr>
<tr>
<td><div class="copy-link" id="WebhooksService">WebhooksService</div></td>
<td>
<p>Launches the additional services related to webhooks:</p>
<ul>
<li><b>BuildQueueService</b> - waits for a notification to add a webhook to the queue;</li>
<li><b>WorkerService</b> - sends webhooks if a queue exists.</li>
</ul>
</td>
</tr>
<tr>
<td><div class="copy-link" id="WebStudio">WebStudio</div></td>
<td>Processes the <em>storage</em> handlers and the authorization pages. The port number is 5003.</td>