mirror of
https://github.com/strapi/strapi.git
synced 2025-11-13 16:52:18 +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',
|
when: !hasDatabaseConfig && scope.client.database === 'mongo',
|
||||||
type: 'input',
|
type: 'input',
|
||||||
name: 'authenticationDatabase',
|
name: 'authenticationDatabase',
|
||||||
message: 'Authentication database:',
|
message: 'Authentication database(Maybe "admin" or blank):',
|
||||||
default: _.get(scope.database, 'authenticationDatabase', undefined)
|
default: _.get(scope.database, 'authenticationDatabase', undefined)
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user