mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-31 09:12:48 +00:00
fix seadoc standalone env
This commit is contained in:
parent
c7fe7d3322
commit
a41dc07fae
|
|
@ -16,5 +16,3 @@ JWT_PRIVATE_KEY=
|
|||
|
||||
SEAFILE_SERVER_HOSTNAME=example.seafile.com
|
||||
SEAFILE_SERVER_PROTOCOL=http
|
||||
|
||||
SEADOC_SERVER_URL=http://example.seafile.com/sdoc-server
|
||||
|
|
|
|||
|
|
@ -68,7 +68,6 @@ SeaDoc has the following deployment methods:
|
|||
| `JWT_PRIVATE_KEY` | JWT key, the same as the config in Seafile `.env` file |
|
||||
| `SEAFILE_SERVER_HOSTNAME`| Seafile host name |
|
||||
| `SEAFILE_SERVER_PROTOCOL`| http or https |
|
||||
| `SEADOC_SERVER_URL` | SeaDoc service URL |
|
||||
|
||||
!!! note
|
||||
Please bind SeaDoc server url and ip in the load balance(or reverse proxy) configuration after starting SeaDoc server
|
||||
|
|
|
|||
Loading…
Reference in New Issue