home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd1.bin / tools / kingfisher / kfserver.prefs < prev    next >
Text File  |  1994-11-27  |  1KB  |  29 lines

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