diff options
Diffstat (limited to 'fics.conf')
| -rw-r--r-- | fics.conf | 16 |
1 files changed, 16 insertions, 0 deletions
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"; |
