Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/documentserver-example/welcome/docker.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h1>Starting from version 7.2, JWT is enabled by default.</h1> <br>
<p class="notice_text">A random secret is generated automatically if a custom secret has not been added during installation. To obtain the default secret, run this command:</p>
<pre> sudo docker exec $(sudo docker ps -q) /var/www/onlyoffice/documentserver/npm/json -f /etc/onlyoffice/documentserver/local.json 'services.CoAuthoring.secret.session.string'</span></pre>
<p class="notice_text notice_margin">You can replace the default secret with a custom key using Docker env.</p>
<p class="notice_text notice_margin">More information about JWT in the <a href="https://api.onlyoffice.com/editors/signature/">documentation.</a></p>
<p class="notice_text notice_margin">More information about JWT in the <a href="https://api.onlyoffice.com/docs/docs-api/additional-api/signature/">documentation.</a></p>
</div>
<div>
<div class="content-block">
Expand Down
2 changes: 1 addition & 1 deletion common/documentserver-example/welcome/linux-rpm.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h2>Integration options</h2>
<h1>Starting from version 7.2, JWT is enabled by default.</h1> <br>
<p class="notice_text">A random secret is generated automatically if a custom secret has not been added during installation.</p>
<p class="notice_text">The secret is available in - <em>/etc/onlyoffice/documentserver/<b>local.json</b></em> in - <em>services.CoAuthoring.secret.browser.string</em> parameter.</p>
<p class="notice_text">If you want to replace the default secret with a custom key, read the <a href="https://api.onlyoffice.com/editors/signature/">documentation.</a></p>
<p class="notice_text">If you want to replace the default secret with a custom key, read the <a href="https://api.onlyoffice.com/docs/docs-api/additional-api/signature/">documentation.</a></p>
</div>
<div>
<div class="content-block">
Expand Down
2 changes: 1 addition & 1 deletion common/documentserver-example/welcome/linux.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h2>Integration options</h2>
<h1>Starting from version 7.2, JWT is enabled by default.</h1> <br>
<p class="notice_text">A random secret is generated automatically if a custom secret has not been added during installation.</p>
<p class="notice_text">The secret is available in - <em>/etc/onlyoffice/documentserver/<b>local.json</b></em> in - <em>services.CoAuthoring.secret.browser.string</em> parameter.</p>
<p class="notice_text">If you want to replace the default secret with a custom key, read the <a href="https://api.onlyoffice.com/editors/signature/">documentation.</a></p>
<p class="notice_text">If you want to replace the default secret with a custom key, read the <a href="https://api.onlyoffice.com/docs/docs-api/additional-api/signature/">documentation.</a></p>
</div>
<div>
<div class="content-block">
Expand Down
2 changes: 1 addition & 1 deletion common/documentserver-example/welcome/win.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h2>Integration options</h2>
<h1>Starting from version 7.2, JWT is enabled by default.</h1> <br>
<p class="notice_text">A random secret is generated automatically if a custom secret has not been added during installation.<br>The secret is available in - <em>%ProgramFiles%\ONLYOFFICE\DocumentServer\config\<b>local.json</b></em></p>
<p class="notice_text">in - <em>services.CoAuthoring.secret.browser.string</em> parameter.</p>
<p class="notice_text">If you want to replace the default secret with a custom key, read the <a href="https://api.onlyoffice.com/editors/signature/">documentation.</a></p>
<p class="notice_text">If you want to replace the default secret with a custom key, read the <a href="https://api.onlyoffice.com/docs/docs-api/additional-api/signature/">documentation.</a></p>
</div>
<div>
<div class="content-block">
Expand Down