File: public-inbox-config

package info (click to toggle)
public-inbox 1.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 4,152 kB
  • sloc: perl: 52,771; sh: 302; ansic: 106; makefile: 37
file content (14 lines) | stat: -rw-r--r-- 551 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
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
	; 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