10 lines
198 B
CoffeeScript
10 lines
198 B
CoffeeScript
# # Global configurations file
|
|
|
|
config = {}
|
|
|
|
# Default global variables
|
|
config.appName = 'BigBlueButton HTML5 Client'
|
|
config.maxUsernameLength = 30
|
|
config.maxChatLength = 140
|
|
|
|
Meteor.config = config |