rename the app to scoffer...everywhere
This commit is contained in:
@@ -152,7 +152,7 @@ const sampleRecipes = [
|
||||
async function seedDatabase() {
|
||||
try {
|
||||
// Connect to MongoDB
|
||||
await mongoose.connect(process.env.MONGODB_URI || 'mongodb://localhost:27017/recipe-management');
|
||||
await mongoose.connect(process.env.MONGODB_URI || 'mongodb://localhost:27017/scoffer');
|
||||
console.log('Connected to MongoDB');
|
||||
|
||||
// Clear existing recipes
|
||||
|
||||
Reference in New Issue
Block a user