diff --git a/server/database.js b/server/database.js index 3ba72c7..f13b76a 100644 --- a/server/database.js +++ b/server/database.js @@ -15,7 +15,7 @@ mongoose.plugin(schema => { // mongodb database connection string. change it as per your needs. here "mydb" is the name of the database. You don't need to create DB from mongodb terminal. mongoose create the database automatically. // mongoose.connect('mongodb://negareh1_admin:admin1234@www.negareh-demo.ir:27017/negareh1_oris?serverSelectionTimeoutMS=5000&connectTimeoutMS=10000&authSource=negareh1_oris', { -mongoose.connect('mongodb://root:UuPYfG7G6pFqWLW0gOya9oYt@grande-casse.liara.cloud:32644/orisoxin?authSource=admin', { +mongoose.connect('mongodb://root:asrerb6udsf13sdfb6@srv-captain--danak-mongo-2:27017/orisoxin?authSource=admin', { // mongoose.connect('mongodb://localhost:27017/OrisOxin', { useNewUrlParser: true, useUnifiedTopology: true,