]> Sergey Matveev's repositories - public-inbox.git/blob - examples/public-inbox-config
ba06eec3ed52584313a2553b4db5e37a2e222ec3
[public-inbox.git] / examples / public-inbox-config
1 # this usually in ~/.public-inbox/config and parseable with git-config(1)
2 # update t/config.t if changing this, that test relies on this
3 [publicinbox "test"]
4         address = try@public-inbox.org
5         address = sandbox@public-inbox.org
6         address = test@public-inbox.org
7         ; note: "mainrepo" is the old name for "inboxdir", both
8         ; remain supported for backwards compatibility.
9         inboxdir = /home/pi/test-main.git
10         url = http://example.com/test
11 [publicinbox "meta"]
12         address = meta@public-inbox.org
13         inboxdir = /home/pi/meta-main.git
14         url = http://example.com/meta