# RealChatServer configuration file v2.0
# RealChatServer.conf
# Visit http://www.rcsoft.net/ for details.
#

[global_definitions]
# ServerPort: The port the server listens on ( default is 8080 )
# 8080 is the standard web-cache port, is good to use it if there's no
# web-cache or other service running on same machine, because many
# proxy/firewalling software blocks all traffic other than standard services.
# You may choose any other port i.e. 6667 is the standard IRC port.
# If you modify it, you *must* also change the PORT parameter in the applet
# invocation page.
ServerPort 8080

# HttpControlPort: The port the built in http control server listens on.
HttpControlPort 10010

# HttpCharset: The charset used for http control server output.
HttpCharset iso-8859-1

# TrustedIP: http control server will only allow requests which come from
# localhost or TrustedIP.
#TrustedIP 192.168.1.1

# RootPassword: RealChat Server superuser password. The superuser has complete
# control over the server, so you must change the default value to something no
# one else knows.
RootPassword root

# ConsoleLog: Console logging ( default is on )
# When set to on all activity ( messages, people enterning and leaving, etc. )
# is printed out on the console. On UNIX machines it's useful to redirect the
# server's output to a separate tty so you can monitor it.
# See the documentation for details.
ConsoleLog on

# ErrorLog: Logs errors and suspicious actions ( telnet connections etc. )
ErrorLog on

# AccessLog: Logs common info ( transactions, user information etc. )
AccessLog on

# DropTimeout: When there's no activity on the client's socket ( client was
# dropped ) for period longer than 'DropTimeout' seconds this client is killed.
# You might want to set a higher value here if most of your users are on a slow
# connection.
DropTimeout 100

# BanTimeout: Minutes to keep a banned address disabled.
BanTimeout 15

# InactivityTimeout: The server will first warn and then automatically kick out
# a person who has not typed anything for 'InactivityTimeout' minutes.
InactivityTimeout 15

# FloodCheck: Detects and kicks out users flooding the chat.
FloodCheck on
[/global_definitions]

[virtual_servers]
# VirtualServerDefinition: The configuration file to load for each virtual
# server. The first virtual server becomes the 'main' ( default ) server. There
# must be at least one VirtualServerDefinition. If you bought a multiple virtual
# server license, you can add several configurations here, according to the
# license you paid for.
VirtualServerDefinition DefaultServer.conf
VirtualServerDefinition Virtual01.conf
[/virtual_servers]