mirror of
https://github.com/AlecM33/Werewolf.git
synced 2026-01-01 16:59:29 +01:00
basic game creation
This commit is contained in:
6
server/config/globals.js
Normal file
6
server/config/globals.js
Normal file
@@ -0,0 +1,6 @@
|
||||
const globals = {
|
||||
ACCESS_CODE_CHAR_POOL: 'abcdefghijklmnopqrstuvwxyz0123456789',
|
||||
ACCESS_CODE_LENGTH: 6,
|
||||
};
|
||||
|
||||
module.exports = globals;
|
||||
Reference in New Issue
Block a user