diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-06-13 21:16:28 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-06-13 21:17:57 -0400 |
commit | 5d21ab1d75b6a4ef47a98f7be2e326bbd99bba51 (patch) | |
tree | 4f5f6c7bc216d4ad023ca82104259ad17bbc7a2b | |
parent | 9c90526a24f32a00ad35073a09839189eb8aa007 (diff) | |
download | getwtxt-5d21ab1d75b6a4ef47a98f7be2e326bbd99bba51.tar.gz |
moved config warning end-box
The box lets the user know that options below it are safe to modify while getwtxt is running. The options above it will not take effect without a restart.
-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 |