update notification server deployment

This commit is contained in:
Junxiang Huang 2025-10-27 11:05:48 +08:00
parent 24caaac84b
commit b11a400ad2

View File

@ -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`"