You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
257 B

  1. module.exports = {
  2. 'secret': process.env.SECRET,// production version
  3. 'database': process.env.MONGO_DSN,
  4. /*'secret': 'secretfortoken',// local version
  5. 'database': 'mongodb://localhost/comunalcar',*/
  6. "port" : process.env.PORT || 3000
  7. };