home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / tools / kingfisher / kfserver.prefs < prev    next >
Text File  |  1994-12-20  |  1KB  |  28 lines

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