Skip to content

Commit

Permalink
chore: Update dev db name
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Oct 27, 2023
1 parent f1a8f13 commit 1095c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dev-server/dev-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ function getDbConfig(): DataSourceOptions {
port: 3306,
username: 'root',
password: '',
database: 'vendure2-dev',
database: 'vendure-dev',
};
}
}

0 comments on commit 1095c74

Please sign in to comment.