config.ini.sample 581 B

123456789101112131415161718192021222324
  1. [config]
  2. BATCH_BLOCK = 100000
  3. loopBatch = 1000
  4. myPort = 3000
  5. myDir = "slkvdb"
  6. isServer = false
  7. isShell = false
  8. database = "badger" # badger, buntdb, leveldb
  9. databaseName = "gosl-database.db"
  10. [options]
  11. importFilename = "" # set to "name2key.csv.bz2" (or any similar name) to actually do an import
  12. noMemory = true # usually necessary for FastCGI configurations
  13. [BuntDB]
  14. # probably not used, since this is allegedly generated by default (gwyneth 20211103)
  15. dbNamePath = ""
  16. [log]
  17. Filename = "gosl.log"
  18. logLevel = "NOTICE"
  19. MaxSize = 10 # MBytes
  20. MaxBackups = 3
  21. MaxAge = 28 # days