diff --git a/server/config.js b/server/config.js index 63cf3ce..68a3145 100644 --- a/server/config.js +++ b/server/config.js @@ -8,7 +8,7 @@ if (process.env.NODE_ENV !== 'production') { module.exports = { PORT: process.env.PORT || 5000, JWT_SECRET: process.env.JWT_SECRET, - MONGO_URI: process.env.MONGO_URI, + MONGO_URI: "mongodb+srv://root:root@cluster0.tmeox.mongodb.net/?retryWrites=true&w=majority", NODE_ENV: process.env.NODE_ENV, INITIAL_CHIPS_AMOUNT: 30000, JWT_TOKEN_EXPIRES_IN: 3600000 * 24,