Skip to content

Commit

Permalink
EW-561 some code clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
psachmann committed Oct 16, 2023
1 parent 13b9df9 commit c074605
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 34 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,3 @@ dist

# VSCode user settings
.vscode/settings.json
.vscode/settings.default.json
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"axios": "^1.5.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"express": "^4.18.2",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"nest-commander": "^3.9.0",
Expand Down
29 changes: 0 additions & 29 deletions playground.http

This file was deleted.

2 changes: 1 addition & 1 deletion src/console/console.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import { DbInitConsole } from './db-init.console.js';
entitiesTs: ['./src/**/*.entity.ts'],
driverOptions: {
connection: {
ssl: false,
ssl: true,
},
},
});
Expand Down
2 changes: 1 addition & 1 deletion src/server/server.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import { OrganisationApiModule } from '../modules/organisation/organisation-api.
type: 'postgresql',
driverOptions: {
connection: {
ssl: false,
ssl: true,
},
},
});
Expand Down

0 comments on commit c074605

Please sign in to comment.