Testing CI/CD

This commit is contained in:
2024-01-24 14:13:17 -05:00
parent 7119957c9e
commit a642ed87c4
20 changed files with 358 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ declare global {
var mongoose: any;
}
const MONGO_URL = process.env.MONGO_URL || 'mongodb://localhost:27017/bopeep';
const MONGO_URL = process.env.MONGO_URL || 'mongodb://mongo:27017/bopeep';
if (!MONGO_URL) {
throw new Error(