diff --git a/manual/extension/notification-server.md b/manual/extension/notification-server.md index cb4e4854..2ae674ee 100644 --- a/manual/extension/notification-server.md +++ b/manual/extension/notification-server.md @@ -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://:8083 -INNER_NOTIFICATION_SERVER_URL=$NOTIFICATION_SERVER_URL +NOTIFICATION_SERVER_URL=https://seafile.example.com/notification +INNER_NOTIFICATION_SERVER_URL=http://:8083 ``` !!! tip "Difference between `NOTIFICATION_SERVER_URL` and `INNER_NOTIFICATION_SERVER_URL`"