diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-11-07 00:08:21 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-11-07 00:08:21 +0900 |
| commit | a6f8327aa263022ed5d079f8e413bb17480feb7b (patch) | |
| tree | e0f75658f50da107627b838b10832764e71c192c /docs/setup.en.md | |
| parent | 10.42.2 (diff) | |
| download | sharkey-a6f8327aa263022ed5d079f8e413bb17480feb7b.tar.gz sharkey-a6f8327aa263022ed5d079f8e413bb17480feb7b.tar.bz2 sharkey-a6f8327aa263022ed5d079f8e413bb17480feb7b.zip | |
reCAPTCHAの設定をDBに保存するように
Diffstat (limited to 'docs/setup.en.md')
| -rw-r--r-- | docs/setup.en.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/setup.en.md b/docs/setup.en.md index 72da57a9aa..83392d0d9a 100644 --- a/docs/setup.en.md +++ b/docs/setup.en.md @@ -47,11 +47,6 @@ In root : 4. `git checkout $(git tag -l | grep -v 'rc[0-9]*$' | sort -V | tail -n 1)` Checkout to the [latest release](https://github.com/syuilo/misskey/releases/latest) 5. `npm install` Install misskey dependencies. -*(optional)* reCAPTCHA tokens ----------------------------------------------------------------- -If you want to enable reCAPTCHA, you need to generate reCAPTCHA tokens: -Please visit https://www.google.com/recaptcha/intro/ and generate keys. - *(optional)* Generating VAPID keys ---------------------------------------------------------------- If you want to enable ServiceWorker, you need to generate VAPID keys: |