config.js 66 B

1234
  1. export const serverConfig = {
  2. port: 3001,
  3. host: "0.0.0.0",
  4. };