From 6190b92ff734ccd4d95f13519861fd04ec523c23 Mon Sep 17 00:00:00 2001 From: xdragon <283824437@qq.com> Date: Thu, 5 Sep 2024 15:00:39 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4json=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=A8=A1=E6=9D=BF=E4=BF=AE=E6=94=B9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- settings.json.template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/settings.json.template b/settings.json.template index 5ec72e065..540a134ff 100644 --- a/settings.json.template +++ b/settings.json.template @@ -93,7 +93,7 @@ /* * Name your instance! */ - "title": "Etherpad", + "title": "文档-Etherpad", /* * Pathname of the favicon you want to use. If null, the skin's favicon is @@ -512,13 +512,13 @@ "admin": { // 1) "password" can be replaced with "hash" if you install ep_hash_auth // 2) please note that if password is null, the user will not be created - "password": "changeme1", + "password": "admin", "is_admin": true }, "user": { // 1) "password" can be replaced with "hash" if you install ep_hash_auth // 2) please note that if password is null, the user will not be created - "password": "changeme1", + "password": "user", "is_admin": false } },