Skip to content

Commit 0bdd464

Browse files
committed
fix(config): don't set a default value for db arg, as it breaks local installs
closes #323 - remove default yargs value to fix local installs
1 parent 1535c90 commit 0bdd464

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/commands/config/advanced.js

-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ module.exports = {
6969
db: {
7070
description: 'Type of database Ghost should use E.g. mysql or sqlite3',
7171
validate: value => includes(['sqlite3', 'mysql'], value),
72-
default: 'mysql',
7372
configPath: 'database.client',
7473
type: 'string',
7574
group: 'Database Options:'

0 commit comments

Comments
 (0)