migrated database folder to my own folders

This commit is contained in:
newtbot
2024-01-14 17:49:44 +08:00
parent c00a57d5f6
commit d9e028d300
14 changed files with 22 additions and 28 deletions

View File

@ -15,7 +15,7 @@ const sequelize = new Sequelize(
attributeBehavior: 'escape',
dialectOptions: {
ssl: {
ca: fs.readFileSync(path.resolve(__dirname, '../../cert/DigiCertGlobalRootCA.crt.pem')),
ca: fs.readFileSync(path.resolve(__dirname, '../cert/DigiCertGlobalRootCA.crt.pem')),
},
},