mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-12 00:45:47 +01:00
final pass, #1984
This commit is contained in:
@@ -37,11 +37,6 @@ questions.main = [
|
||||
description: 'Please enter a NodeBB secret',
|
||||
'default': nconf.get('secret') || utils.generateUUID()
|
||||
},
|
||||
{
|
||||
name: 'bind_address',
|
||||
description: 'IP or Hostname to bind to',
|
||||
'default': nconf.get('bind_address') || '0.0.0.0'
|
||||
},
|
||||
{
|
||||
name: 'database',
|
||||
description: 'Which database to use',
|
||||
|
||||
Reference in New Issue
Block a user