const port = Number.parseInt(process.env.PORT) || 9050; module.exports = { registerUrl: 'http://121.43.108.15:9000/User/RegNewUser', port: port, hostName: '', assetHost: '', serveStatic: true, redisUrl: 'redis://localhost:6379/1', secretKeyBase: 'b90321d802cf09ef688b05eb6337efc3422b4e25fe42a311bc4e5ffb268c335590be89f464d3adabfbcfae4b431a5029ad6486bce555caa962d75a18322ea111' };