Commit ce53919
authored
fix: Disable SSL for PostgreSQL connection
Resolved the issue "The server does not support SSL connections" by disabling SSL in the PostgreSQL connection configuration. Updated the `config/db.js` file to set `ssl: false`.
- Disabled SSL in `config/db.js`
- Ensured the application connects to PostgreSQL without SSL1 parent d7bba9d commit ce53919
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
| 11 | + | |
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
| |||
0 commit comments