diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-06-05 00:47:38 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-06-05 00:47:38 -0400 |
commit | 579c0beb541677be2efb49f46f0b2b35c1b9b26e (patch) | |
tree | 544081151df8b22303fa819853bf6d2bb3234f6e /getwtxt.yml | |
parent | c7f05aa48a2a3b0a95c9159f75f09a496753d337 (diff) | |
download | getwtxt-579c0beb541677be2efb49f46f0b2b35c1b9b26e.tar.gz |
added db type, assets dir to config v0.2.2
Diffstat (limited to 'getwtxt.yml')
-rw-r--r-- | getwtxt.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/getwtxt.yml b/getwtxt.yml index fb05a96..1e6c08f 100644 --- a/getwtxt.yml +++ b/getwtxt.yml @@ -31,6 +31,11 @@ DatabaseType: "leveldb" # a relative or absolute path. DatabasePath: "getwtxt.db" +# The path to the assets directory, which contains: +# style.css +# tmpl/index.html +AssetsDirectory: "assets" + ############################################################# ## The following options may be changed at any time. ## ## getwtxt will automatically reload the config when ## |