Browse Source

It's better not to have this file public!

Gwyneth Llewelyn 1 year ago
parent
commit
0ad884fbf1
1 changed files with 0 additions and 24 deletions
  1. 0 24
      config.toml

+ 0 - 24
config.toml

@@ -1,24 +0,0 @@
-[config]
-BATCH_BLOCK	= 100000
-# myPort		=
-myDir		= "slkvdb"
-isServer	= false
-isShell		= true
-database	= "badger" # badger, buntdb, leveldb
-databaseName = "gosl-database.db"
-
-[options]
-# importFilename = "slkvdb/name2key.new.csv.bz2" # set to "name2key.csv.bz2" (or any similar name) to actually do an import
-importFilename = ""
-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	= "ERROR"
-MaxSize		= 10 # MBytes
-MaxBackups	= 3
-MaxAge		= 28 # days