about summary refs log tree commit diff stats
path: root/getwtxt.yml
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-05-27 02:00:50 -0400
committerBen Morrison <ben@gbmor.dev>2019-05-27 02:10:25 -0400
commitc5cf0e19e83029e70a9d294b6a7d9ee973cc0000 (patch)
treeff2a48b8832c30b820b620b878dd76e9f8aba97a /getwtxt.yml
parentdaa48539f5ad8b444637f948b98996d35852b1e8 (diff)
downloadgetwtxt-c5cf0e19e83029e70a9d294b6a7d9ee973cc0000.tar.gz
flags for config file/type, added to -h
Diffstat (limited to 'getwtxt.yml')
-rw-r--r--getwtxt.yml16
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!"