Merge pull request #614 from haiwen/update_notification_server_deployment
Some checks are pending
Deploy CI - 13.0 / deploy (push) Waiting to run

update notification server deployment
This commit is contained in:
Daniel Pan 2025-10-27 11:08:24 +08:00 committed by GitHub
commit 96e728df8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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