diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-10-03 20:40:39 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-10-03 20:40:39 +0900 |
| commit | d2175a9b9f6e38ca3ec0ca28b29d99f4b46f9dcd (patch) | |
| tree | d6053894ad95062a120698512b123c2c2a6c3fe7 /.config | |
| parent | fix(misskey-js): type fixes related to signup and signin (#14679) (diff) | |
| download | sharkey-d2175a9b9f6e38ca3ec0ca28b29d99f4b46f9dcd.tar.gz sharkey-d2175a9b9f6e38ca3ec0ca28b29d99f4b46f9dcd.tar.bz2 sharkey-d2175a9b9f6e38ca3ec0ca28b29d99f4b46f9dcd.zip | |
initialPassword -> setupPassword
Diffstat (limited to '.config')
| -rw-r--r-- | .config/cypress-devcontainer.yml | 2 | ||||
| -rw-r--r-- | .config/example.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/cypress-devcontainer.yml b/.config/cypress-devcontainer.yml index 64988aff66..3907615f73 100644 --- a/.config/cypress-devcontainer.yml +++ b/.config/cypress-devcontainer.yml @@ -13,7 +13,7 @@ # 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. -initialPassword: example_password_please_change_this_or_you_will_get_hacked +setupPassword: example_password_please_change_this_or_you_will_get_hacked # ┌─────┐ #───┘ URL └───────────────────────────────────────────────────── diff --git a/.config/example.yml b/.config/example.yml index fbc4cdff4b..600c1c632e 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -70,7 +70,7 @@ # 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. -initialPassword: example_password_please_change_this_or_you_will_get_hacked +setupPassword: example_password_please_change_this_or_you_will_get_hacked # ┌─────┐ #───┘ URL └───────────────────────────────────────────────────── |