Skip to content

Commit

Permalink
Deployed f68a9cd to 12.0 with MkDocs 1.6.1 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ci-bot committed Nov 9, 2024
1 parent 7dddc8f commit 9cbec01
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 120 deletions.
6 changes: 6 additions & 0 deletions 12.0/config/env/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4339,6 +4339,9 @@ <h1 id="env">.env<a class="headerlink" href="#env" title="Permanent link">&para;
<span class="nv">INIT_SEAFILE_MYSQL_ROOT_PASSWORD</span><span class="o">=</span>ROOT_PASSWORD
<span class="nv">SEAFILE_MYSQL_DB_USER</span><span class="o">=</span>seafile
<span class="nv">SEAFILE_MYSQL_DB_PASSWORD</span><span class="o">=</span>PASSWORD
<span class="nv">SEAFILE_MYSQL_DB_SEAFILE_DB_NAME</span><span class="o">=</span>seafile_db
<span class="nv">SEAFILE_MYSQL_DB_CCNET_DB_NAME</span><span class="o">=</span>ccnet_db
<span class="nv">SEAFILE_MYSQL_DB_SEAHUB_DB_NAME</span><span class="o">=</span>seahub_db

<span class="nv">TIME_ZONE</span><span class="o">=</span>Etc/UTC

Expand Down Expand Up @@ -4386,6 +4389,9 @@ <h2 id="mysql-configurations">MySQL configurations<a class="headerlink" href="#m
<li><code>INIT_SEAFILE_MYSQL_ROOT_PASSWORD</code>: The <code>root</code> password of MySQL.</li>
<li><code>SEAFILE_MYSQL_DB_USER</code>: The user of MySQL (<code>database</code> - <code>user</code> can be found in <code>conf/seafile.conf</code>).</li>
<li><code>SEAFILE_MYSQL_DB_PASSWORD</code>: The user <code>seafile</code> password of MySQL.</li>
<li><code>SEAFILE_MYSQL_DB_SEAFILE_DB_NAME</code>: The name of Seafile database name, default is <code>seafile_db</code></li>
<li><code>SEAFILE_MYSQL_DB_CCNET_DB_NAME</code>: The name of ccnet database name, default is <code>ccnet_db</code></li>
<li><code>SEAFILE_MYSQL_DB_SEAHUB_DB_NAME</code>: The name of seahub database name, default is <code>seahub_db</code></li>
</ul>
<h2 id="seafile-server-configurations">Seafile-server configurations<a class="headerlink" href="#seafile-server-configurations" title="Permanent link">&para;</a></h2>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion 12.0/search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit 9cbec01

Please sign in to comment.