From 4d88f5b6750767214aa24c4c935cd6e5ed0562e0 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 19 Oct 2025 13:41:59 +0200 Subject: fics.conf -- initial revision --- fics.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 fics.conf diff --git a/fics.conf b/fics.conf new file mode 100644 index 0000000..a19f652 --- /dev/null +++ b/fics.conf @@ -0,0 +1,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"; -- cgit v1.2.3