blob: b72017263d5d93b71d8cd9c11e1892e1f317126f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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";
|