mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-25 18:22:48 +00:00
update notification server deployment
This commit is contained in:
parent
24caaac84b
commit
b11a400ad2
|
|
@ -89,8 +89,8 @@ then you need to modify the **`.env` on the host deployed Seafile**:
|
|||
|
||||
```sh
|
||||
ENABLE_NOTIFICATION_SERVER=true
|
||||
NOTIFICATION_SERVER_URL=http://<your notification server host>:8083
|
||||
INNER_NOTIFICATION_SERVER_URL=$NOTIFICATION_SERVER_URL
|
||||
NOTIFICATION_SERVER_URL=https://seafile.example.com/notification
|
||||
INNER_NOTIFICATION_SERVER_URL=http://<your notification server host>:8083
|
||||
```
|
||||
|
||||
!!! tip "Difference between `NOTIFICATION_SERVER_URL` and `INNER_NOTIFICATION_SERVER_URL`"
|
||||
|
|
|
|||
Loading…
Reference in New Issue