We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1535c90 commit 0bdd464Copy full SHA for 0bdd464
lib/commands/config/advanced.js
@@ -69,7 +69,6 @@ module.exports = {
69
db: {
70
description: 'Type of database Ghost should use E.g. mysql or sqlite3',
71
validate: value => includes(['sqlite3', 'mysql'], value),
72
- default: 'mysql',
73
configPath: 'database.client',
74
type: 'string',
75
group: 'Database Options:'
0 commit comments