X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=examples%2Fpublic-inbox-config;h=7fcbe0ba52cecd1518f6949841a0079109ec12ba;hp=fd97600f7d0fbceb823611dd1bdb1a2dd0c51827;hb=d883d4a93b23be134038e28f421eafca70c3d838;hpb=e6c85810fc1536676fb72b4bf050aca72f0e9b10 diff --git a/examples/public-inbox-config b/examples/public-inbox-config index fd97600f..7fcbe0ba 100644 --- a/examples/public-inbox-config +++ b/examples/public-inbox-config @@ -1,13 +1,12 @@ # this usually in ~/.public-inbox/config and parseable with git-config(1) # update t/config.t if changing this, that test relies on this [publicinbox "test"] + address = try@public-inbox.org + address = sandbox@public-inbox.org address = test@public-inbox.org mainrepo = /home/pi/test-main.git - description = test repo, occasionally reset url = http://example.com/test -[publicinbox "bugs"] - address = bugs@public-inbox.org - mainrepo = /home/pi/bugs-main.git - description = development discussion - url = http://example.com/bugs - atomUrl = http://example.com/bugs +[publicinbox "meta"] + address = meta@public-inbox.org + mainrepo = /home/pi/meta-main.git + url = http://example.com/meta