mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
Merge pull request #614 from haiwen/update_notification_server_deployment
Some checks are pending
Deploy CI - 13.0 / deploy (push) Waiting to run
Some checks are pending
Deploy CI - 13.0 / deploy (push) Waiting to run
update notification server deployment
This commit is contained in:
commit
96e728df8b
|
|
@ -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