Skip to content

Commit

Permalink
might make the ops happy
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed Jan 15, 2024
1 parent 9390e62 commit c628c1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions back/src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ import { OidcClientModule } from './oidc-client/oidc-client.module';
imports: [
MongooseModule.forRoot(config.MONGODB_SANDBOX_CONNECTION_STRING, {
connectionName: 'sandbox',
tls: true,
tlsAllowInvalidHostnames: false,
tlsCAFile: '/etc/ssl/certs/ca-certificates.crt',
}),
OidcClientModule,
ServeStaticModule.forRoot({
Expand Down

0 comments on commit c628c1d

Please sign in to comment.