-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.txt
More file actions
47 lines (34 loc) · 1.23 KB
/
config.txt
File metadata and controls
47 lines (34 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
// set 1 if you want the server to daemonize on startup
Daemonize=0
// the port this server listens on
ServerPort=7005
// can be an IP or a host name
DatabaseHost=www.runevillage.com
// must be relative to DatabaseHost
LoginPage=/ThePub/authenticate.php
ConfigPage=/ThePub/chatconfig.php
BanPage=/ThePub/chatban.php
// Read/write timeouts for database access, in milliseconds
DatabaseReadTimeout=1000
DatabaseWriteTimeout=1000
// user idle limits, in minutes
UserIdleTime=5
UserKickTime=90
// if the server can't load config, default to this
DefaultConfig=theme|Classic|red|0|green|0|blue|0|freezeChat|false|ignoreColors|false|timeStamp|false|beep|true|bleep|true|audio|true
// Name of the default room
DefaultRoom=RV Chat
// comma-delimited, e.g. "Room A,Room B"
AdditionalRooms=Spam Room
// The single-character levels used by the server (no seperators)
ModLevels=ACcbf!
BanLevel=d
// optional; determines sleep time (in microseconds) between updates
SleepTime=150000
// optional; any updates taking longer than this report update time on stdout
LagSpikeTime=250
// Defines the folder under which all logs are kept. Trailing slash required!
LogPath=/var/log/rvserver/
// If true, all chat lines are output to stdout
ChatOutput=1
DebugMode=1