summary refs log tree commit diff stats
path: root/getwtxt.yml
diff options
context:
space:
mode:
Diffstat (limited to 'getwtxt.yml')
-rw-r--r--getwtxt.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/getwtxt.yml b/getwtxt.yml
index 460ff4e..4c72454 100644
--- a/getwtxt.yml
+++ b/getwtxt.yml
@@ -22,7 +22,12 @@
 # This is the port that getwtxt will bind to.
 ListenPort: 9001
 
-# The location of the LevelDB database structure. Can be
+# The type of database you want to use. Currently,
+# the following are supported:
+#   leveldb
+DatabaseType: "leveldb"
+
+# The location of the database structure. Can be
 # a relative or absolute path.
 DatabasePath: "getwtxt.db"