mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-30 23:52:49 +00:00
Deployed 6ed2fcf to 12.0 with MkDocs 1.6.1 and mike 2.1.3
This commit is contained in:
parent
c824a7f188
commit
200ea8763e
|
|
@ -3994,7 +3994,7 @@
|
|||
<span class="nv">JWT_PRIVATE_KEY</span><span class="o">=</span>
|
||||
|
||||
<span class="nv">SEAFILE_SERVER_HOSTNAME</span><span class="o">=</span>example.seafile.com
|
||||
<span class="nv">SEAFILE_SERVER_PROTOCOL</span><span class="o">=</span>http
|
||||
<span class="nv">SEAFILE_SERVER_PROTOCOL</span><span class="o">=</span>https
|
||||
|
||||
<span class="nv">SEAFILE_ADMIN_EMAIL</span><span class="o">=</span>me@example.com
|
||||
<span class="nv">SEAFILE_ADMIN_PASSWORD</span><span class="o">=</span>asecret
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -4124,6 +4124,8 @@ Please always follow the main <a href="../upgrade/">upgrade guide</a>.</p>
|
|||
<h3 id="3-create-the-env-file-in-conf-directory">3) Create the <code>.env</code> file in conf/ directory<a class="headerlink" href="#3-create-the-env-file-in-conf-directory" title="Permanent link">¶</a></h3>
|
||||
<p>conf/.env</p>
|
||||
<div class="codehilite"><pre><span></span><code>JWT_PRIVATE_KEY=xxx
|
||||
SEAFILE_SERVER_PROTOCOL=https
|
||||
SEAFILE_SERVER_HOSTNAME=seafile.example.com
|
||||
</code></pre></div>
|
||||
|
||||
<p>Note: JWT_PRIVATE_KEY, A random string with a length of no less than 32 characters, generate example: <code>pwgen -s 40 1</code></p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue