From a6f8327aa263022ed5d079f8e413bb17480feb7b Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 7 Nov 2018 00:08:21 +0900 Subject: reCAPTCHAの設定をDBに保存するように MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/setup.en.md | 5 ----- 1 file changed, 5 deletions(-) (limited to 'docs/setup.en.md') 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: -- cgit v1.2.3-freya