config.js 61 Bytes
Newer Older
Athanasios's avatar
Athanasios committed
1
2
3
4
5
const config = {
  port: 9000
}

module.exports = config;