blob: a19f6529d7b859fb3d5980aa0344a5d1a9400881 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# The port on which the server binds
default_port = "5000";
# Must be a dns recognisable host name
server_hostname = "rpblc.net";
# At AFICS we just use 'fics'. But for your server you might want to
# change this e.g. to BICS, EICS, DICS etc.
server_name = "Xfics"; # for pgn output
# Details of the head admin
HADMINHANDLE = "maxxe@rpblc.net";
HADMINEMAIL = "maxxe";
# Registration mail address
REGMAIL = "maxxe@rpblc.net";
|