Skip to content

Commit cad5bbc

Browse files
authored
add mssql
1 parent eb3bb58 commit cad5bbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workbench.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ function generateComposeYml(solutionName) {
132132
const composeConfig = {
133133
include: [
134134
{ path: 'compose.base.yml' },
135-
{ path: `compose.${process.env.DB_DEFAULT || 'postgresql'}.yml` },
135+
{ path: `compose.mssql.yml` },
136136
{ path: `compose.postgresql.yml` },
137137
{ path: 'compose.openSearch.yml' },
138138
{ path: 'compose.cache.yml' }

0 commit comments

Comments
 (0)