const SERVER_CONFIG = { PORT: 8050, HOST: '0.0.0.0', STATIC_PATH: './public', WEBSOCKET_PATH: '/ws' }; module.exports = SERVER_CONFIG;