diff options
| author | かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> | 2024-10-03 21:01:09 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-03 21:01:09 +0900 |
| commit | 7bdc4e8509de914b0d11e94d5b6da88f54430a51 (patch) | |
| tree | ce9db72771587d2900fbb589a68a38354dccb476 /.config | |
| parent | fix(gh): Githubのテスト用環境でsetupPasswordが指定されていな... (diff) | |
| download | sharkey-7bdc4e8509de914b0d11e94d5b6da88f54430a51.tar.gz sharkey-7bdc4e8509de914b0d11e94d5b6da88f54430a51.tar.bz2 sharkey-7bdc4e8509de914b0d11e94d5b6da88f54430a51.zip | |
fix: 初期パスワードをコメントアウト (#14682)
* fix: 初期パスワードをコメントアウト
* :art:
* fix indent
Diffstat (limited to '.config')
| -rw-r--r-- | .config/example.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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 └───────────────────────────────────────────────────── |