Fix #29 - remove space

This commit is contained in:
Svetlana Maleeva 2022-11-01 14:29:59 +03:00
parent f2f5de987a
commit b097052d6f
3 changed files with 3 additions and 3 deletions

View File

@ -257,7 +257,7 @@ sudo systemctl enable nginx
<div class="notehelp nh_important"> <div class="notehelp nh_important">
<span class="important_notice_label">Note</span> <span class="important_notice_label">Note</span>
By default, PostgreSQL is used as a database. If you want to use MySQL instead of PostgreSQL, please add two environment variables for defining database type and port before running the <b>documentserver-configure.sh</b> script: By default, PostgreSQL is used as a database. If you want to use MySQL instead of PostgreSQL, please add two environment variables for defining database type and port before running the <b>documentserver-configure.sh</b> script:
<pre><code>export DB_TYPE= mysql <pre><code>export DB_TYPE=mysql
export DB_PORT=6443 export DB_PORT=6443
</code></pre> </code></pre>
<p>After adding these two variables, you will be able to switch the DB using the script.</p> <p>After adding these two variables, you will be able to switch the DB using the script.</p>

View File

@ -239,7 +239,7 @@ sudo systemctl enable nginx
<div class="notehelp nh_important"> <div class="notehelp nh_important">
<span class="important_notice_label">Note</span> <span class="important_notice_label">Note</span>
By default, PostgreSQL is used as a database. If you want to use MySQL instead of PostgreSQL, please add two environment variables for defining database type and port before running the <b>documentserver-configure.sh</b> script: By default, PostgreSQL is used as a database. If you want to use MySQL instead of PostgreSQL, please add two environment variables for defining database type and port before running the <b>documentserver-configure.sh</b> script:
<pre><code>export DB_TYPE= mysql <pre><code>export DB_TYPE=mysql
export DB_PORT=6443 export DB_PORT=6443
</code></pre> </code></pre>
<p>After adding these two variables, you will be able to switch the DB using the script.</p> <p>After adding these two variables, you will be able to switch the DB using the script.</p>

View File

@ -239,7 +239,7 @@ sudo systemctl enable nginx
<div class="notehelp nh_important"> <div class="notehelp nh_important">
<span class="important_notice_label">Примечание</span> <span class="important_notice_label">Примечание</span>
По умолчанию в качестве базы данных используется PostgreSQL. Если вы хотите использовать MySQL вместо PostgreSQL, добавьте две переменные окружения для определения типа и порта базы данных перед тем, как запускать скрипт <b>documentserver-configure.sh</b>: По умолчанию в качестве базы данных используется PostgreSQL. Если вы хотите использовать MySQL вместо PostgreSQL, добавьте две переменные окружения для определения типа и порта базы данных перед тем, как запускать скрипт <b>documentserver-configure.sh</b>:
<pre><code>export DB_TYPE= mysql <pre><code>export DB_TYPE=mysql
export DB_PORT=6443 export DB_PORT=6443
</code></pre> </code></pre>
<p>После добавления этих двух переменных вы сможете переключить базу данных с помощью скрипта.</p> <p>После добавления этих двух переменных вы сможете переключить базу данных с помощью скрипта.</p>