mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
fix setup binary
This commit is contained in:
parent
f7859345e8
commit
3368d112c2
|
|
@ -391,7 +391,6 @@ nano /opt/seafile/conf/.env
|
||||||
```
|
```
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
IS_PRO_VERSION=true
|
|
||||||
JWT_PRIVATE_KEY=<Your jwt private key>
|
JWT_PRIVATE_KEY=<Your jwt private key>
|
||||||
SEAFILE_SERVER_PROTOCOL=https
|
SEAFILE_SERVER_PROTOCOL=https
|
||||||
SEAFILE_SERVER_HOSTNAME=seafile.example.com
|
SEAFILE_SERVER_HOSTNAME=seafile.example.com
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue