diff options
Diffstat (limited to 'getwtxt.yml')
-rw-r--r-- | getwtxt.yml | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/getwtxt.yml b/getwtxt.yml index 58b0af1..460ff4e 100644 --- a/getwtxt.yml +++ b/getwtxt.yml @@ -6,8 +6,12 @@ ## /etc/ ## ## /usr/local/etc/ ## ## ## -## The first location found wins. The file must be ## -## called getwtxt.yml ## +## The first location found wins. The default filename ## +## is getwtxt.yml. This can be configured via command ## +## line flags: ## +## ## +## For "myconfig.json" ## +## ./getwtxt -config myconfig -type json ## ## ## ############################################################# @@ -57,15 +61,15 @@ Instance: # Your instance's web address. URL: "https://twtxt.example.com" - # Your name. - OwnerName: "foo barrington" + # Your name. + OwnerName: "Anonymous Microblogger" # Your email address. - Email: "foo@barrington.ext" + Email: "nobody@knows" # A short description of your instance, or your site. # This is shown at the top of the default web page # below your instance's name. - Description: "This is the twtxt registry for the tildeverse network of public unix servers." + Description: "A fast, resilient twtxt registry server written in Go!" |