config.toml 425 B

1234567891011121314151617181920
  1. [config]
  2. BATCH_BLOCK = 100000
  3. myPort = 3000
  4. myDir = "slkvdb"
  5. isServer = false
  6. isShell = false
  7. database = "badger" # badger, buntdb, leveldb
  8. [options]
  9. importFilename = "" # set to "name2key.csv.bz2" (or any similar name) to actually do an import
  10. noMemory = true # usually necessary for FastCGI configurations
  11. [BuntDB]
  12. dbNamePath = ""
  13. [log]
  14. Filename = "gosl.log"
  15. MaxSize = 10 # MBytes
  16. MaxBackups = 3
  17. MaxAge = 28 # days