Skip to content

develephant/coronium-chatterbox-standalone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Coronium ChatterBox Standalone

Running

You will need a config.lua file to start up the server, for example:

--config.lua
return 
{
  key = "8477ebc412386117059664d45637e397",
  port = 7175,
  room = "Lobby",
  timeout = 900 --secs
}

To start the Coronium ChatterBox server:

chatterbox path/to/config.lua

Documentation

https://develephant.github.io/coronium-chatterbox-docs