home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / tools / kingfisher / kfserver.prefs < prev    next >
Text File  |  1994-07-16  |  1KB  |  33 lines

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