Advertisement
nick191821971782

Untitled

Jan 19th, 2020
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. const path = require('path');
  2.  
  3. let config = {
  4. room: {
  5. autoStart: true,
  6. roomName: `Bod's Pub || 24/7 || Friend's Only`,
  7. playerName: `host`,
  8. maxPlayers: 20,
  9. public: false,
  10. roomScript: path.join(__dirname, '..', 'host', 'room-script.js'),
  11. },
  12. };
  13. module.exports = config;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement