blob: c4c8f7f2da3a09c280ff759222264f765614e75c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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
server_location = "Las Vegas, USA"; # for pgn output
# Details of the head admin
HADMINHANDLE = "maxxe";
HADMINEMAIL = "maxxe@rpblc.net";
# Registration mail address
REGMAIL = "maxxe@rpblc.net";
|