about summary refs log tree commit diff stats
path: root/getwtxt.yml
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-06-04 16:13:27 -0400
committerBen Morrison <ben@gbmor.dev>2019-06-04 18:20:09 -0400
commit887c25ef0188d8a2ccd811c1d5896d7d71f254df (patch)
treecacc7ca191b30acd91bc66a96fcadc6bb57ff0ee /getwtxt.yml
parentb9a7d0d268e7b4c782f1ad1387f36c1ab0bdf5d0 (diff)
downloadgetwtxt-887c25ef0188d8a2ccd811c1d5896d7d71f254df.tar.gz
expanding options for databases. abstractions for database push/pull functions
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"