// Server config file
// Lines beginning with // are comments
// Blank lines are allowed

// If any of the following parameters is not set or if this file does
//  not exist, then the following defaults will be used

// Default root password is "letmein"
// Default moderator password is "letmein"
// Default port is 6789

rootpassword=hello
modpassword=world
port=6789

