From 7bdc4e8509de914b0d11e94d5b6da88f54430a51 Mon Sep 17 00:00:00 2001 From: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Thu, 3 Oct 2024 21:01:09 +0900 Subject: fix: 初期パスワードをコメントアウト (#14682) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: 初期パスワードをコメントアウト * :art: * fix indent --- .config/example.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.config') diff --git a/.config/example.yml b/.config/example.yml index 600c1c632e..60a6a0aa71 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -70,7 +70,8 @@ # The provider of the service who sets up Misskey on behalf of the customer should # set this value to something unique when generating the Misskey config file, # and provide it to the customer. -setupPassword: example_password_please_change_this_or_you_will_get_hacked +# +# setupPassword: example_password_please_change_this_or_you_will_get_hacked # ┌─────┐ #───┘ URL └───────────────────────────────────────────────────── -- cgit v1.2.3-freya