mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 13:26:02 +02:00
fix: remove secret as an installer question
This commit is contained in:
@@ -22,11 +22,6 @@ questions.main = [
|
||||
pattern: /^http(?:s)?:\/\//,
|
||||
message: 'Base URL must begin with \'http://\' or \'https://\'',
|
||||
},
|
||||
{
|
||||
name: 'secret',
|
||||
description: 'Please enter a NodeBB secret',
|
||||
default: nconf.get('secret') || utils.generateUUID(),
|
||||
},
|
||||
{
|
||||
name: 'submitPluginUsage',
|
||||
description: 'Would you like to submit anonymous plugin usage to nbbpm?',
|
||||
|
||||
Reference in New Issue
Block a user