From b11a400ad24fbd465832414083261aed71d46ec0 Mon Sep 17 00:00:00 2001 From: Junxiang Huang Date: Mon, 27 Oct 2025 11:05:48 +0800 Subject: [PATCH] update notification server deployment --- manual/extension/notification-server.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`"