mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-25 18:22:48 +00:00
add IS_PRO_VERSION
This commit is contained in:
parent
31b481d1ff
commit
891e8fb9b5
|
|
@ -391,6 +391,7 @@ 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