[config] BATCH_BLOCK = 100000 loopBatch = 1000 myPort = 3000 myDir = "slkvdb" isServer = false isShell = false database = "badger" # badger, buntdb, leveldb databaseName = "gosl-database.db" [options] importFilename = "" # set to "name2key.csv.bz2" (or any similar name) to actually do an import noMemory = true # usually necessary for FastCGI configurations [BuntDB] # probably not used, since this is allegedly generated by default (gwyneth 20211103) dbNamePath = "" [log] Filename = "gosl.log" logLevel = "NOTICE" MaxSize = 10 # MBytes MaxBackups = 3 MaxAge = 28 # days