diff options
| author | Markus Uhlin <markus@nifty-networks.net> | 2025-10-19 13:41:59 +0200 |
|---|---|---|
| committer | Markus Uhlin <markus@nifty-networks.net> | 2025-10-19 13:41:59 +0200 |
| commit | 4d88f5b6750767214aa24c4c935cd6e5ed0562e0 (patch) | |
| tree | 830cad2f3ba460cc9b7f1f8389225fb5ca42084f | |
| parent | 207978267241afb74ce7132ed9132c2467850941 (diff) | |
fics.conf -- initial revision
| -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"; |
