Browse Source

Because this is getting increasingly complicated, there is now a configuration file.

Gwyneth Llewelyn 7 years ago
parent
commit
373224b041
1 changed files with 14 additions and 0 deletions
  1. 14 0
      config.toml

+ 14 - 0
config.toml

@@ -0,0 +1,14 @@
+[config]
+BATCH_BLOCK = 100000
+myPort = 3000
+myDir = "slkvdb"
+isServer= false
+isShell = false
+database = "badger"
+
+[options]
+importFilename = "name2key.csv.bz2"
+noMemory = false
+
+[BuntDB]
+dbNamePath = ""