| # 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 |
| ; 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 |