diff options
Diffstat (limited to '.config/example.yml')
| -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 └───────────────────────────────────────────────────── |