mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-06 23:52:58 +01:00
mongo/redis - don't show passwords when typing in CLI
This commit is contained in:
@@ -28,7 +28,8 @@
|
||||
},
|
||||
{
|
||||
name: 'mongo:password',
|
||||
description: 'Password of your MongoDB database'
|
||||
description: 'Password of your MongoDB database',
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
name: "mongo:database",
|
||||
|
||||
@@ -28,7 +28,8 @@
|
||||
},
|
||||
{
|
||||
name: 'redis:password',
|
||||
description: 'Password of your Redis database'
|
||||
description: 'Password of your Redis database',
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
name: "redis:database",
|
||||
|
||||
Reference in New Issue
Block a user