diff options
Diffstat (limited to 'getwtxt.yml')
-rw-r--r-- | getwtxt.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/getwtxt.yml b/getwtxt.yml index 0e0969f..34e9cb3 100644 --- a/getwtxt.yml +++ b/getwtxt.yml @@ -37,6 +37,12 @@ UseTLS: false TLSCert: "/etc/ssl/getwtxt.pem" TLSKey: "/etc/ssl/private/getwtxt.pem" +############################################################# +## The following options may be changed at any time. ## +## getwtxt will automatically reload the config when ## +## changes are detected. ## +############################################################# + # The type of database you want to use. Currently, # the following are supported: # leveldb (default) @@ -52,12 +58,6 @@ DatabasePath: "getwtxt.db" # tmpl/index.html AssetsDirectory: "assets" -############################################################# -## The following options may be changed at any time. ## -## getwtxt will automatically reload the config when ## -## changes are detected. ## -############################################################# - # If true, getwtxt will send all log messages, including # requests, to stdout. It will ignore any set log file. # Useful for debugging, but you probably want to keep |