我正在尝试将我的 API 部署到 Heroku,但是当它启动时它显示以下错误
2021-10-28T02:57:12.498187+00:00 app[web.1]: [Nest] 22 - 10/28/2021, 2:57:12 AM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (1)...
2021-10-28T02:57:12.498241+00:00 app[web.1]: Error: self signed certificate
我的 appmodule.module.ts 可以在这里找到https://github.com/santfirax/backend-product-store/blob/main/src/app.module.ts