add hint to strapi generate new

This commit is contained in:
sundaycrafts 2018-08-31 10:44:49 +09:00
parent 9b02ccfead
commit 74e47c0e60

View File

@ -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)
},
{