# KFServer Preferences # Which database is served to clients when they first connect? default-database=1000Fish.kfdb # Maximum number of clients permitted (unsigned 32bit number >= 1) maxclients=100 # Output window for error/status messages window=CON://640/480/KingFisher 2.0 Server Messages/AUTO/WAIT # How talkative shall the server be? # MUTE Cries out in only terribly critical situations # TERSE Hardly sends any messages to the output window # QUIET Sends occasional messages to output window # CHATTY Rather talkative with lots of status info # DEBUG More talkative than a parrot on amphetamines... verbosity=MUTE # Ordinarily has a value of YES, meaning tha the server will # remain running in the background even when no clients are # using it. This makes startup quicker because files are # already open, indices loaded, message ports created, and # this KFServer.prefs file already processed. # If you are running a BBS you want to make sure this # value says YES or is omitted entirely. keep-running=no