X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=examples%2Fpublic-inbox-config;h=ba06eec3ed52584313a2553b4db5e37a2e222ec3;hb=e901a56b3b30b22f16bc9c6460150b2b402b4ee7;hp=0c1db118da45043e491c0850cfbd042ac573aa8f;hpb=788db1ec53c00b1a1a9457dc156bc7990736e88e;p=public-inbox.git diff --git a/examples/public-inbox-config b/examples/public-inbox-config index 0c1db118..ba06eec3 100644 --- a/examples/public-inbox-config +++ b/examples/public-inbox-config @@ -4,10 +4,11 @@ address = try@public-inbox.org address = sandbox@public-inbox.org address = test@public-inbox.org - mainrepo = /home/pi/test-main.git + ; 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 - mainrepo = /home/pi/meta-main.git + inboxdir = /home/pi/meta-main.git url = http://example.com/meta - atomUrl = http://example.com/meta