Browse Source

fix: superfluous for now

Gwyneth Llewelyn 5 months ago
parent
commit
44a5a084bd
1 changed files with 0 additions and 23 deletions
  1. 0 23
      config.toml.sample

+ 0 - 23
config.toml.sample

@@ -1,23 +0,0 @@
-[config]
-BATCH_BLOCK	= 100000
-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