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.

9 lines
223 B

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