diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-06-04 16:13:27 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-06-04 18:20:09 -0400 |
commit | 887c25ef0188d8a2ccd811c1d5896d7d71f254df (patch) | |
tree | cacc7ca191b30acd91bc66a96fcadc6bb57ff0ee /getwtxt.yml | |
parent | b9a7d0d268e7b4c782f1ad1387f36c1ab0bdf5d0 (diff) | |
download | getwtxt-887c25ef0188d8a2ccd811c1d5896d7d71f254df.tar.gz |
expanding options for databases. abstractions for database push/pull functions
Diffstat (limited to 'getwtxt.yml')
-rw-r--r-- | getwtxt.yml | 7 |
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" |