removed reCAPTCHA token from setup script

This commit is contained in:
David Baldwynn 2017-11-21 07:57:15 -08:00
parent fca5524751
commit 2993c6e4f8

View File

@ -98,14 +98,12 @@ var questions = [
{
type: 'confirm',
name: 'SIGNUP_DISABLED',
message: 'Do you want to disable signups?',
default: false
message: 'Do you want to disable signups?'
},
{
type: 'list',
type: 'confirm',
name: 'SUBDOMAINS_DISABLED',
message: 'Do you want to have subdomains? (i.e. are you using a custom domain)',
choices: bool_options
message: 'Do you want to have subdomains? (i.e. are you using a custom domain)'
},
{
type: 'list',
@ -160,11 +158,6 @@ var questions = [
name: 'COVERALLS_REPO_TOKEN',
message: 'What is your Coveralls.io token? (optional)'
},
{
type: 'input',
name: 'COVERALLS_REPO_TOKEN',
message: 'What is your reCAPTCHA token? (optional)'
},
{
type: 'input',
name: 'email',