config.toml.sample 564 B

1234567891011121314151617181920212223
  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. databaseName = "gosl-database.db"
  9. [options]
  10. importFilename = "" # set to "name2key.csv.bz2" (or any similar name) to actually do an import
  11. noMemory = true # usually necessary for FastCGI configurations
  12. [BuntDB]
  13. # probably not used, since this is allegedly generated by default (gwyneth 20211103)
  14. dbNamePath = ""
  15. [log]
  16. Filename = "gosl.log"
  17. logLevel = "NOTICE"
  18. MaxSize = 10 # MBytes
  19. MaxBackups = 3
  20. MaxAge = 28 # days