mirror of
https://github.com/strapi/strapi.git
synced 2025-11-12 16:22:10 +00:00
add hint to strapi generate new
This commit is contained in:
parent
9b02ccfead
commit
74e47c0e60
@ -186,7 +186,7 @@ module.exports = (scope, cb) => {
|
||||
when: !hasDatabaseConfig && scope.client.database === 'mongo',
|
||||
type: 'input',
|
||||
name: 'authenticationDatabase',
|
||||
message: 'Authentication database:',
|
||||
message: 'Authentication database(Maybe "admin" or blank):',
|
||||
default: _.get(scope.database, 'authenticationDatabase', undefined)
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user