Skip to content

Commit

Permalink
Disable SSL
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgehl3n committed Oct 5, 2023
1 parent 9a3dcb9 commit 347ccde
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/database/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ let options: Options = {
port: process.env.DB_PORT ? parseInt(process.env.DB_PORT) : 0,
define: {
timestamps: true,
}
},
dialectOptions: {
ssl: false, // Configuração para desativar SSL
},
}

export default options;

0 comments on commit 347ccde

Please sign in to comment.