diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-06-14 00:12:25 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-06-14 00:12:33 -0400 |
commit | 1e0e919565dbd23e423fe9055a755a55bf971efb (patch) | |
tree | 67726213f05a039daf7022779740cde24dd685ba /getwtxt.yml | |
parent | df8fa27ffa596e02d0560aa9238f194911c03e56 (diff) | |
download | getwtxt-1e0e919565dbd23e423fe9055a755a55bf971efb.tar.gz |
updated config comments, format of makefile
Diffstat (limited to 'getwtxt.yml')
-rw-r--r-- | getwtxt.yml | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/getwtxt.yml b/getwtxt.yml index 34e9cb3..df92aca 100644 --- a/getwtxt.yml +++ b/getwtxt.yml @@ -64,11 +64,11 @@ AssetsDirectory: "assets" # logs. StdoutLogging: false -# Log files getwtxt will use. Requests will be logged -# to RequestLog, while everything else will go into -# MessageLog. These can be relative or absolute paths. -MessageLog: "logs/message.log" -RequestLog: "logs/request.log" +# Log files getwtxt will use. HTTP Requests will be +# recorded in RequestLog, while everything else will go +# into MessageLog, such as errors and notices. +MessageLog: "./logs/message.log" +RequestLog: "./logs/request.log" # This is the interval between data pushes from the # in-memory cache to the on-disk database. @@ -86,7 +86,10 @@ Instance: # The name of your instance. SiteName: "getwtxt" - # Your instance's web address. + # Your instance's web address. If + # BehindProxy is set to false, this + # is also used to map incoming + # requests. URL: "https://twtxt.example.com" # Your name. |