From beafc33a6efb627e4f1bf902318b9395a6998766 Mon Sep 17 00:00:00 2001 From: feiniks <36756310+feiniks@users.noreply.github.com> Date: Fri, 4 Aug 2023 18:58:47 +0800 Subject: [PATCH] Add notification server cluster to doc (#185) Co-authored-by: heran yang --- manual/deploy/notification-server.md | 1 + mkdocs.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/manual/deploy/notification-server.md b/manual/deploy/notification-server.md index 8aa3fd62b..bc58684ab 100644 --- a/manual/deploy/notification-server.md +++ b/manual/deploy/notification-server.md @@ -27,6 +27,7 @@ host = 127.0.0.1 # the port of notification server port = 8083 # the log level of notification server +# You can set log_level to debug to print messages sent to clients. log_level = info # jwt_private_key is used to generate jwt token and authenticate seafile server jwt_private_key = M@O8VWUb81YvmtWLHGB2I_V7di5-@0p(MF*GrE!sIws23F diff --git a/mkdocs.yml b/mkdocs.yml index f87b61c5e..0809c89ba 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -106,6 +106,7 @@ nav: - Deploy in a cluster: deploy_pro/deploy_in_a_cluster.md - Search and background tasks in a cluster: deploy_pro/enable_search_and_background_tasks_in_a_cluster.md - Memcache and MariaDB Cluster: deploy_pro/memcached_mariadb_cluster.md + - Notification Server Cluster: deploy_pro/notification-server.md - Setup Seafile cluster with NFS: deploy_pro/setup_seafile_cluster_with_nfs.md - Upgrade a cluster: deploy_pro/upgrade_a_cluster.md - Advanced User Management: