X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=examples%2Fpublic-inbox-config;h=ba06eec3ed52584313a2553b4db5e37a2e222ec3;hb=HEAD;hp=9e781d6350df31ef88f5d08ce3aaa1187050f242;hpb=67e53d0875a7efcb958fb9680ea87216adaf06cc;p=public-inbox.git diff --git a/examples/public-inbox-config b/examples/public-inbox-config index 9e781d63..ba06eec3 100644 --- a/examples/public-inbox-config +++ b/examples/public-inbox-config @@ -1,12 +1,14 @@ # 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 - failrepo = /home/pi/test-fail.git - description = test box, occasionally reset -[publicinbox "bugs"] - address = bugs@public-inbox.org - mainrepo = /home/pi/bugs-main.git - failrepo = /home/pi/bugs-fail.git - description = development discussion + ; note: "mainrepo" is the old name for "inboxdir", both + ; remain supported for backwards compatibility. + inboxdir = /home/pi/test-main.git + url = http://example.com/test +[publicinbox "meta"] + address = meta@public-inbox.org + inboxdir = /home/pi/meta-main.git + url = http://example.com/meta