Skip to content

Commit

Permalink
Update server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sarswatidhokare authored Jan 24, 2024
1 parent ceaa72a commit 372f66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ app.use(express.static(path.join(__dirname, 'public')));
app.use(bodyParser.urlencoded({ extended: true }));

// MongoDB Connection URL
const mongoURL = 'mongodb://localhost:27017'; // Update with your MongoDB connection string
const mongoURL = 'mongodb://ttsuser:MhNCJt97ZlEL4zdOyNWjuvhOfkoOjOoIgj0YRf8LIoSihbpGFh9sBhiVSGfUhaU6zMBwAqKc9WoZACDbC8sxWQ==@ttsuser.mongo.cosmos.azure.com:10255/?ssl=true&replicaSet=globaldb&retrywrites=false&maxIdleTimeMS=120000&appName=@ttsuser@'; // Update with your MongoDB connection string

// Database Name
const dbName = 'textToSpeech'; // Update with your database name
Expand Down

0 comments on commit 372f66f

Please sign in to comment.